Html Css Color HEX #ED43CB Razzle Dazzle Rose

📋 copy color: '#ED43CB'

red 237 ◦ green 67 ◦ blue 203

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

Shades of Razzle Dazzle Rose #ED43CB

Tints of Razzle Dazzle Rose #ED43CB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.21%

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

R = 46.75%
G = 13.21%
B = 40.04%

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

#ED43CB (or 0xED43CB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 43 and CB. RGB value is (237,67,203). Sum of RGB (Red+Green+Blue) = 237+67+203=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED43CB is #12BC34. Grayscale: #848484. Windows color (decimal): -1227829 or 13321197. OLE color: 13321197.

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

Color convert

RGB 237 67 203 -
CMYK 0 0.72 0.14 0.07
HSL 312º 0.83% 0.6% -
HSV(B) 312º 0.72% 0.93% -
XYZ 47.71 26.33 59.07 -
YUV 133.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 237 67 203 0 0.72 0.14 0.07 312 0.83 0.6
Hex ED 43 CB 0 48 E 7 138 53 3C
Octal 355 103 313 0 110 16 7 470 123 74
Binary 11101101 1000011 11001011 0 1001000 1110 111 100111000 1010011 111100

Color Harmonies of #ED43CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43CB

Black with #ED43CB

Text Example


Text Example

White with #ED43CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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