Html Css Color HEX #ED3CCB Razzle Dazzle Rose

📋 copy color: '#ED3CCB'

red 237 ◦ green 60 ◦ blue 203

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

Shades of Razzle Dazzle Rose #ED3CCB

Tints of Razzle Dazzle Rose #ED3CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12%

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

R = 47.4%
G = 12%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED3CCB (or 0xED3CCB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3C and CB. RGB value is (237,60,203). Sum of RGB (Red+Green+Blue) = 237+60+203=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3CCB is #12C334. Grayscale: #808080. Windows color (decimal): -1229621 or 13319405. OLE color: 13319405.

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

Color convert

RGB 237 60 203 -
CMYK 0 0.75 0.14 0.07
HSL 311.53º 0.83% 0.58% -
HSV(B) 311.53º 0.75% 0.93% -
XYZ 47.32 25.55 58.94 -
YUV 129.23 169.64 204.87 -
System Red Green Blue C M Y K H S L
Decimal 237 60 203 0 0.75 0.14 0.07 311.53 0.83 0.58
Hex ED 3C CB 0 4B E 7 138 53 3A
Octal 355 74 313 0 113 16 7 470 123 72
Binary 11101101 111100 11001011 0 1001011 1110 111 100111000 1010011 111010

Color Harmonies of #ED3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CCB

Black with #ED3CCB

Text Example


Text Example

White with #ED3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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