Html Css Color HEX #ED29C4 Razzle Dazzle Rose

📋 copy color: '#ED29C4'

red 237 ◦ green 41 ◦ blue 196

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

Shades of Razzle Dazzle Rose #ED29C4

Tints of Razzle Dazzle Rose #ED29C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.35%

R = 50%
G = 8.65%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED29C4 (or 0xED29C4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 29 and C4. RGB value is (237,41,196). Sum of RGB (Red+Green+Blue) = 237+41+196=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED29C4 is #12D63B. Grayscale: #747474. Windows color (decimal): -1234492 or 12855789. OLE color: 12855789.

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

Color convert

RGB 237 41 196 -
CMYK 0 0.83 0.17 0.07
HSL 312.55º 0.84% 0.55% -
HSV(B) 312.55º 0.83% 0.93% -
XYZ 45.68 23.58 54.37 -
YUV 117.27 172.43 213.4 -
System Red Green Blue C M Y K H S L
Decimal 237 41 196 0 0.83 0.17 0.07 312.55 0.84 0.55
Hex ED 29 C4 0 53 11 7 139 54 37
Octal 355 51 304 0 123 21 7 471 124 67
Binary 11101101 101001 11000100 0 1010011 10001 111 100111001 1010100 110111

Color Harmonies of #ED29C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29C4

Black with #ED29C4

Text Example


Text Example

White with #ED29C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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