Html Css Color HEX #ED29CE Razzle Dazzle Rose

📋 copy color: '#ED29CE'

red 237 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED29CE

Tints of Razzle Dazzle Rose #ED29CE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.47%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 48.97%
G = 8.47%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED29CE (or 0xED29CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 29 and CE. RGB value is (237,41,206). Sum of RGB (Red+Green+Blue) = 237+41+206=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED29CE is #12D631. Grayscale: #757575. Windows color (decimal): -1234482 or 13511149. OLE color: 13511149.

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

Color convert

RGB 237 41 206 -
CMYK 0 0.83 0.13 0.07
HSL 309.49º 0.84% 0.55% -
HSV(B) 309.49º 0.83% 0.93% -
XYZ 46.86 24.05 60.56 -
YUV 118.41 177.43 212.58 -
System Red Green Blue C M Y K H S L
Decimal 237 41 206 0 0.83 0.13 0.07 309.49 0.84 0.55
Hex ED 29 CE 0 53 D 7 135 54 37
Octal 355 51 316 0 123 15 7 465 124 67
Binary 11101101 101001 11001110 0 1010011 1101 111 100110101 1010100 110111

Color Harmonies of #ED29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29CE

Black with #ED29CE

Text Example


Text Example

White with #ED29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29CE; }

 p { color: rgb(237,41,206); }

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

background-color css

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

 a { background-color: rgb(237,41,206); }

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

border-color css

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

 span { border-color: rgb(237,41,206); }

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