Html Css Color HEX #ED2CC6 Razzle Dazzle Rose

📋 copy color: '#ED2CC6'

red 237 ◦ green 44 ◦ blue 198

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

Shades of Razzle Dazzle Rose #ED2CC6

Tints of Razzle Dazzle Rose #ED2CC6

RGB

 RED value IS 237 (92.97% from 255) = 49.48%

 GREEN value IS 44 (17.58% from 255) = 9.19%

 BLUE value IS 198 (77.73% from 255) = 41.34%

R = 49.48%
G = 9.19%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED2CC6 (or 0xED2CC6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and C6. RGB value is (237,44,198). Sum of RGB (Red+Green+Blue) = 237+44+198=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2CC6 is #12D339. Grayscale: #767676. Windows color (decimal): -1233722 or 12987629. OLE color: 12987629.

HSL color Cylindrical-coordinate representation of color #ED2CC6: hue angle of 312.12º degrees, saturation: 0.84, 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 #ED2CC6 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 44 198 -
CMYK 0 0.81 0.16 0.07
HSL 312.12º 0.84% 0.55% -
HSV(B) 312.12º 0.81% 0.93% -
XYZ 46.02 23.88 55.61 -
YUV 119.26 172.44 211.98 -
System Red Green Blue C M Y K H S L
Decimal 237 44 198 0 0.81 0.16 0.07 312.12 0.84 0.55
Hex ED 2C C6 0 51 10 7 138 54 37
Octal 355 54 306 0 121 20 7 470 124 67
Binary 11101101 101100 11000110 0 1010001 10000 111 100111000 1010100 110111

Color Harmonies of #ED2CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2CC6

Black with #ED2CC6

Text Example


Text Example

White with #ED2CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2CC6; }

 p { color: rgb(237,44,198); }

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

background-color css

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

 a { background-color: rgb(237,44,198); }

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

border-color css

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

 span { border-color: rgb(237,44,198); }

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