Html Css Color HEX #EF33C3 Razzle Dazzle Rose

📋 copy color: '#EF33C3'

red 239 ◦ green 51 ◦ blue 195

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

Shades of Razzle Dazzle Rose #EF33C3

Tints of Razzle Dazzle Rose #EF33C3

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.52%

 BLUE value IS 195 (76.56% from 255) = 40.21%

R = 49.28%
G = 10.52%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF33C3 (or 0xEF33C3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 33 and C3. RGB value is (239,51,195). Sum of RGB (Red+Green+Blue) = 239+51+195=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF33C3 is #10CC3C. Grayscale: #7B7B7B. Windows color (decimal): -1100861 or 12792815. OLE color: 12792815.

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

Color convert

RGB 239 51 195 -
CMYK 0 0.79 0.18 0.06
HSL 314.04º 0.85% 0.57% -
HSV(B) 314.04º 0.79% 0.94% -
XYZ 46.63 24.66 53.93 -
YUV 123.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 239 51 195 0 0.79 0.18 0.06 314.04 0.85 0.57
Hex EF 33 C3 0 4F 12 6 13A 55 39
Octal 357 63 303 0 117 22 6 472 125 71
Binary 11101111 110011 11000011 0 1001111 10010 110 100111010 1010101 111001

Color Harmonies of #EF33C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF33C3

Black with #EF33C3

Text Example


Text Example

White with #EF33C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF33C3; }

 p { color: rgb(239,51,195); }

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

background-color css

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

 a { background-color: rgb(239,51,195); }

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

border-color css

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

 span { border-color: rgb(239,51,195); }

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