Html Css Color HEX #EF1DDA Razzle Dazzle Rose

📋 copy color: '#EF1DDA'

red 239 ◦ green 29 ◦ blue 218

#EF1DDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EF1DDA

Tints of Razzle Dazzle Rose #EF1DDA

RGB

 RED value IS 239 (93.75% from 255) = 49.18%

 GREEN value IS 29 (11.72% from 255) = 5.97%

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 49.18%
G = 5.97%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF1DDA (or 0xEF1DDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1D and DA. RGB value is (239,29,218). Sum of RGB (Red+Green+Blue) = 239+29+218=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DDA is #10E225. Grayscale: #707070. Windows color (decimal): -1106470 or 14294511. OLE color: 14294511.

HSL color Cylindrical-coordinate representation of color #EF1DDA: hue angle of 306º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DDA is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 29 218 -
CMYK 0 0.88 0.09 0.06
HSL 306º 0.87% 0.53% -
HSV(B) 306º 0.88% 0.94% -
XYZ 48.69 24.29 68.45 -
YUV 113.34 187.07 217.63 -
System Red Green Blue C M Y K H S L
Decimal 239 29 218 0 0.88 0.09 0.06 306 0.87 0.53
Hex EF 1D DA 0 58 9 6 132 57 35
Octal 357 35 332 0 130 11 6 462 127 65
Binary 11101111 11101 11011010 0 1011000 1001 110 100110010 1010111 110101

Color Harmonies of #EF1DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DDA

Black with #EF1DDA

Text Example


Text Example

White with #EF1DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DDA; }

 p { color: rgb(239,29,218); }

 H1.HeaderClassName
 {
   color: #EF1DDA;
 }
 .AnyTagClassName
 {
   color: #EF1DDA;
 }
</style>

background-color css

<style>
 a { background-color: #EF1DDA; }

 a { background-color: rgb(239,29,218); }

 div.DivClassName
 {
   background-color: #EF1DDA;
 }
 .BgClassName
 {
   background-color: #EF1DDA;
 }
</style>

border-color css

<style>
 span { border-color: #EF1DDA; }

 span { border-color: rgb(239,29,218); }

 td.TdClassName
 {
   border-color: #EF1DDA;
 }
 .TagClassName
 {
   border-color: #EF1DDA;
 }
</style>