Html Css Color HEX #EF1CE4 Razzle Dazzle Rose

📋 copy color: '#EF1CE4'

red 239 ◦ green 28 ◦ blue 228

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

Shades of Razzle Dazzle Rose #EF1CE4

Tints of Razzle Dazzle Rose #EF1CE4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.66%

 BLUE value IS 228 (89.45% from 255) = 46.06%

R = 48.28%
G = 5.66%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF1CE4 (or 0xEF1CE4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1C and E4. RGB value is (239,28,228). Sum of RGB (Red+Green+Blue) = 239+28+228=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CE4 is #10E31B. Grayscale: #717171. Windows color (decimal): -1106716 or 14949615. OLE color: 14949615.

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

Color convert

RGB 239 28 228 -
CMYK 0 0.88 0.05 0.06
HSL 303.13º 0.87% 0.52% -
HSV(B) 303.13º 0.88% 0.94% -
XYZ 50.02 24.78 75.55 -
YUV 113.89 192.4 217.24 -
System Red Green Blue C M Y K H S L
Decimal 239 28 228 0 0.88 0.05 0.06 303.13 0.87 0.52
Hex EF 1C E4 0 58 5 6 12F 57 34
Octal 357 34 344 0 130 5 6 457 127 64
Binary 11101111 11100 11100100 0 1011000 101 110 100101111 1010111 110100

Color Harmonies of #EF1CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CE4

Black with #EF1CE4

Text Example


Text Example

White with #EF1CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CE4; }

 p { color: rgb(239,28,228); }

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

background-color css

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

 a { background-color: rgb(239,28,228); }

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

border-color css

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

 span { border-color: rgb(239,28,228); }

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