Html Css Color HEX #EF1ED4 Razzle Dazzle Rose

📋 copy color: '#EF1ED4'

red 239 ◦ green 30 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EF1ED4

Tints of Razzle Dazzle Rose #EF1ED4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.24%

 BLUE value IS 212 (83.2% from 255) = 44.07%

R = 49.69%
G = 6.24%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF1ED4 (or 0xEF1ED4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1E and D4. RGB value is (239,30,212). Sum of RGB (Red+Green+Blue) = 239+30+212=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ED4 is #10E12B. Grayscale: #707070. Windows color (decimal): -1106220 or 13901551. OLE color: 13901551.

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

Color convert

RGB 239 30 212 -
CMYK 0 0.87 0.11 0.06
HSL 307.75º 0.87% 0.53% -
HSV(B) 307.75º 0.87% 0.94% -
XYZ 47.94 24.03 64.4 -
YUV 113.24 183.74 217.7 -
System Red Green Blue C M Y K H S L
Decimal 239 30 212 0 0.87 0.11 0.06 307.75 0.87 0.53
Hex EF 1E D4 0 57 B 6 134 57 35
Octal 357 36 324 0 127 13 6 464 127 65
Binary 11101111 11110 11010100 0 1010111 1011 110 100110100 1010111 110101

Color Harmonies of #EF1ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1ED4

Black with #EF1ED4

Text Example


Text Example

White with #EF1ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1ED4; }

 p { color: rgb(239,30,212); }

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

background-color css

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

 a { background-color: rgb(239,30,212); }

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

border-color css

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

 span { border-color: rgb(239,30,212); }

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