Html Css Color HEX #EC2DD4 Razzle Dazzle Rose

📋 copy color: '#EC2DD4'

red 236 ◦ green 45 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EC2DD4

Tints of Razzle Dazzle Rose #EC2DD4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.13%

 BLUE value IS 212 (83.2% from 255) = 43%

R = 47.87%
G = 9.13%
B = 43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC2DD4 (or 0xEC2DD4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and D4. RGB value is (236,45,212). Sum of RGB (Red+Green+Blue) = 236+45+212=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DD4 is #13D22B. Grayscale: #787878. Windows color (decimal): -1298988 or 13905388. OLE color: 13905388.

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

Color convert

RGB 236 45 212 -
CMYK 0 0.81 0.10 0.07
HSL 307.54º 0.83% 0.55% -
HSV(B) 307.54º 0.81% 0.93% -
XYZ 47.41 24.46 64.51 -
YUV 121.15 179.28 209.92 -
System Red Green Blue C M Y K H S L
Decimal 236 45 212 0 0.81 0.10 0.07 307.54 0.83 0.55
Hex EC 2D D4 0 51 A 7 134 53 37
Octal 354 55 324 0 121 12 7 464 123 67
Binary 11101100 101101 11010100 0 1010001 1010 111 100110100 1010011 110111

Color Harmonies of #EC2DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2DD4

Black with #EC2DD4

Text Example


Text Example

White with #EC2DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2DD4; }

 p { color: rgb(236,45,212); }

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

background-color css

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

 a { background-color: rgb(236,45,212); }

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

border-color css

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

 span { border-color: rgb(236,45,212); }

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