Html Css Color HEX #ED29CB Razzle Dazzle Rose

📋 copy color: '#ED29CB'

red 237 ◦ green 41 ◦ blue 203

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

Shades of Razzle Dazzle Rose #ED29CB

Tints of Razzle Dazzle Rose #ED29CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 49.27%
G = 8.52%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED29CB (or 0xED29CB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 29 and CB. RGB value is (237,41,203). Sum of RGB (Red+Green+Blue) = 237+41+203=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED29CB is #12D634. Grayscale: #757575. Windows color (decimal): -1234485 or 13314541. OLE color: 13314541.

HSL color Cylindrical-coordinate representation of color #ED29CB: hue angle of 310.41º 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 #ED29CB is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 41 203 -
CMYK 0 0.83 0.14 0.07
HSL 310.41º 0.84% 0.55% -
HSV(B) 310.41º 0.83% 0.93% -
XYZ 46.5 23.9 58.66 -
YUV 118.07 175.93 212.83 -
System Red Green Blue C M Y K H S L
Decimal 237 41 203 0 0.83 0.14 0.07 310.41 0.84 0.55
Hex ED 29 CB 0 53 E 7 136 54 37
Octal 355 51 313 0 123 16 7 466 124 67
Binary 11101101 101001 11001011 0 1010011 1110 111 100110110 1010100 110111

Color Harmonies of #ED29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29CB

Black with #ED29CB

Text Example


Text Example

White with #ED29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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