Html Css Color HEX #EF34CC Razzle Dazzle Rose

📋 copy color: '#EF34CC'

red 239 ◦ green 52 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EF34CC

Tints of Razzle Dazzle Rose #EF34CC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.51%

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 48.28%
G = 10.51%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF34CC (or 0xEF34CC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 34 and CC. RGB value is (239,52,204). Sum of RGB (Red+Green+Blue) = 239+52+204=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF34CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF34CC is #10CB33. Grayscale: #7C7C7C. Windows color (decimal): -1100596 or 13382895. OLE color: 13382895.

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

Color convert

RGB 239 52 204 -
CMYK 0 0.78 0.15 0.06
HSL 311.23º 0.85% 0.57% -
HSV(B) 311.23º 0.78% 0.94% -
XYZ 47.72 25.17 59.47 -
YUV 125.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 239 52 204 0 0.78 0.15 0.06 311.23 0.85 0.57
Hex EF 34 CC 0 4E F 6 137 55 39
Octal 357 64 314 0 116 17 6 467 125 71
Binary 11101111 110100 11001100 0 1001110 1111 110 100110111 1010101 111001

Color Harmonies of #EF34CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF34CC

Black with #EF34CC

Text Example


Text Example

White with #EF34CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF34CC; }

 p { color: rgb(239,52,204); }

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

background-color css

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

 a { background-color: rgb(239,52,204); }

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

border-color css

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

 span { border-color: rgb(239,52,204); }

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