Html Css Color HEX #EF2BC4 Razzle Dazzle Rose

📋 copy color: '#EF2BC4'

red 239 ◦ green 43 ◦ blue 196

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

Shades of Razzle Dazzle Rose #EF2BC4

Tints of Razzle Dazzle Rose #EF2BC4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9%

 BLUE value IS 196 (76.95% from 255) = 41%

R = 50%
G = 9%
B = 41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF2BC4 (or 0xEF2BC4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and C4. RGB value is (239,43,196). Sum of RGB (Red+Green+Blue) = 239+43+196=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BC4 is #10D43B. Grayscale: #767676. Windows color (decimal): -1102908 or 12856303. OLE color: 12856303.

HSL color Cylindrical-coordinate representation of color #EF2BC4: hue angle of 313.16º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2BC4 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 43 196 -
CMYK 0 0.82 0.18 0.06
HSL 313.16º 0.86% 0.55% -
HSV(B) 313.16º 0.82% 0.94% -
XYZ 46.42 24.06 54.42 -
YUV 119.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 239 43 196 0 0.82 0.18 0.06 313.16 0.86 0.55
Hex EF 2B C4 0 52 12 6 139 56 37
Octal 357 53 304 0 122 22 6 471 126 67
Binary 11101111 101011 11000100 0 1010010 10010 110 100111001 1010110 110111

Color Harmonies of #EF2BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2BC4

Black with #EF2BC4

Text Example


Text Example

White with #EF2BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2BC4; }

 p { color: rgb(239,43,196); }

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

background-color css

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

 a { background-color: rgb(239,43,196); }

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

border-color css

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

 span { border-color: rgb(239,43,196); }

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