Html Css Color HEX #EF33C0 Razzle Dazzle Rose

📋 copy color: '#EF33C0'

red 239 ◦ green 51 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EF33C0

Tints of Razzle Dazzle Rose #EF33C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 49.59%
G = 10.58%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF33C0 (or 0xEF33C0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 33 and C0. RGB value is (239,51,192). Sum of RGB (Red+Green+Blue) = 239+51+192=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF33C0 is #10CC3F. Grayscale: #7A7A7A. Windows color (decimal): -1100864 or 12596207. OLE color: 12596207.

HSL color Cylindrical-coordinate representation of color #EF33C0: hue angle of 315º 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 #EF33C0 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 51 192 -
CMYK 0 0.79 0.20 0.06
HSL 315º 0.85% 0.57% -
HSV(B) 315º 0.79% 0.94% -
XYZ 46.29 24.52 52.16 -
YUV 123.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 239 51 192 0 0.79 0.20 0.06 315 0.85 0.57
Hex EF 33 C0 0 4F 14 6 13B 55 39
Octal 357 63 300 0 117 24 6 473 125 71
Binary 11101111 110011 11000000 0 1001111 10100 110 100111011 1010101 111001

Color Harmonies of #EF33C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF33C0

Black with #EF33C0

Text Example


Text Example

White with #EF33C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF33C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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