Html Css Color HEX #ED42BD Razzle Dazzle Rose

📋 copy color: '#ED42BD'

red 237 ◦ green 66 ◦ blue 189

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

Shades of Razzle Dazzle Rose #ED42BD

Tints of Razzle Dazzle Rose #ED42BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.41%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 48.17%
G = 13.41%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED42BD (or 0xED42BD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 42 and BD. RGB value is (237,66,189). Sum of RGB (Red+Green+Blue) = 237+66+189=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED42BD is #12BD42. Grayscale: #828282. Windows color (decimal): -1228099 or 12403437. OLE color: 12403437.

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

Color convert

RGB 237 66 189 -
CMYK 0 0.72 0.20 0.07
HSL 316.84º 0.83% 0.59% -
HSV(B) 316.84º 0.72% 0.93% -
XYZ 46.06 25.58 50.65 -
YUV 131.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 237 66 189 0 0.72 0.20 0.07 316.84 0.83 0.59
Hex ED 42 BD 0 48 14 7 13D 53 3B
Octal 355 102 275 0 110 24 7 475 123 73
Binary 11101101 1000010 10111101 0 1001000 10100 111 100111101 1010011 111011

Color Harmonies of #ED42BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED42BD

Black with #ED42BD

Text Example


Text Example

White with #ED42BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED42BD; }

 p { color: rgb(237,66,189); }

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

background-color css

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

 a { background-color: rgb(237,66,189); }

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

border-color css

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

 span { border-color: rgb(237,66,189); }

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