Html Css Color HEX #ED42CB Razzle Dazzle Rose

📋 copy color: '#ED42CB'

red 237 ◦ green 66 ◦ blue 203

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

Shades of Razzle Dazzle Rose #ED42CB

Tints of Razzle Dazzle Rose #ED42CB

RGB

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

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

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

R = 46.84%
G = 13.04%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED42CB (or 0xED42CB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 42 and CB. RGB value is (237,66,203). Sum of RGB (Red+Green+Blue) = 237+66+203=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED42CB is #12BD34. Grayscale: #848484. Windows color (decimal): -1228085 or 13320941. OLE color: 13320941.

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

Color convert

RGB 237 66 203 -
CMYK 0 0.72 0.14 0.07
HSL 311.93º 0.83% 0.59% -
HSV(B) 311.93º 0.72% 0.93% -
XYZ 47.65 26.21 59.05 -
YUV 132.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 237 66 203 0 0.72 0.14 0.07 311.93 0.83 0.59
Hex ED 42 CB 0 48 E 7 138 53 3B
Octal 355 102 313 0 110 16 7 470 123 73
Binary 11101101 1000010 11001011 0 1001000 1110 111 100111000 1010011 111011

Color Harmonies of #ED42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED42CB

Black with #ED42CB

Text Example


Text Example

White with #ED42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED42CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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