Html Css Color HEX #EC34CC Razzle Dazzle Rose

📋 copy color: '#EC34CC'

red 236 ◦ green 52 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EC34CC

Tints of Razzle Dazzle Rose #EC34CC

RGB

 RED value IS 236 (92.58% from 255) = 47.97%

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

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

R = 47.97%
G = 10.57%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC34CC (or 0xEC34CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 34 and CC. RGB value is (236,52,204). Sum of RGB (Red+Green+Blue) = 236+52+204=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC34CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC34CC is #13CB33. Grayscale: #7B7B7B. Windows color (decimal): -1297204 or 13382892. OLE color: 13382892.

HSL color Cylindrical-coordinate representation of color #EC34CC: hue angle of 310.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC34CC is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 52 204 -
CMYK 0 0.78 0.14 0.07
HSL 310.43º 0.83% 0.56% -
HSV(B) 310.43º 0.78% 0.93% -
XYZ 46.72 24.65 59.42 -
YUV 124.34 172.96 207.64 -
System Red Green Blue C M Y K H S L
Decimal 236 52 204 0 0.78 0.14 0.07 310.43 0.83 0.56
Hex EC 34 CC 0 4E E 7 136 53 38
Octal 354 64 314 0 116 16 7 466 123 70
Binary 11101100 110100 11001100 0 1001110 1110 111 100110110 1010011 111000

Color Harmonies of #EC34CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC34CC

Black with #EC34CC

Text Example


Text Example

White with #EC34CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC34CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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