Html Css Color HEX #ED32CA Razzle Dazzle Rose

📋 copy color: '#ED32CA'

red 237 ◦ green 50 ◦ blue 202

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

Shades of Razzle Dazzle Rose #ED32CA

Tints of Razzle Dazzle Rose #ED32CA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.22%

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 48.47%
G = 10.22%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED32CA (or 0xED32CA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and CA. RGB value is (237,50,202). Sum of RGB (Red+Green+Blue) = 237+50+202=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED32CA is #12CD35. Grayscale: #7A7A7A. Windows color (decimal): -1232182 or 13251309. OLE color: 13251309.

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

Color convert

RGB 237 50 202 -
CMYK 0 0.79 0.15 0.07
HSL 311.23º 0.84% 0.56% -
HSV(B) 311.23º 0.79% 0.93% -
XYZ 46.73 24.55 58.15 -
YUV 123.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 237 50 202 0 0.79 0.15 0.07 311.23 0.84 0.56
Hex ED 32 CA 0 4F F 7 137 54 38
Octal 355 62 312 0 117 17 7 467 124 70
Binary 11101101 110010 11001010 0 1001111 1111 111 100110111 1010100 111000

Color Harmonies of #ED32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED32CA

Black with #ED32CA

Text Example


Text Example

White with #ED32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED32CA; }

 p { color: rgb(237,50,202); }

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

background-color css

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

 a { background-color: rgb(237,50,202); }

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

border-color css

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

 span { border-color: rgb(237,50,202); }

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