Html Css Color HEX #ED2ECB Razzle Dazzle Rose

📋 copy color: '#ED2ECB'

red 237 ◦ green 46 ◦ blue 203

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

Shades of Razzle Dazzle Rose #ED2ECB

Tints of Razzle Dazzle Rose #ED2ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.47%

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

R = 48.77%
G = 9.47%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED2ECB (or 0xED2ECB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and CB. RGB value is (237,46,203). Sum of RGB (Red+Green+Blue) = 237+46+203=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 46 (18.36% from 255 or 9.47% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ECB is #12D134. Grayscale: #787878. Windows color (decimal): -1233205 or 13315821. OLE color: 13315821.

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

Color convert

RGB 237 46 203 -
CMYK 0 0.81 0.14 0.07
HSL 310.68º 0.84% 0.55% -
HSV(B) 310.68º 0.81% 0.93% -
XYZ 46.68 24.27 58.72 -
YUV 121.01 174.28 210.73 -
System Red Green Blue C M Y K H S L
Decimal 237 46 203 0 0.81 0.14 0.07 310.68 0.84 0.55
Hex ED 2E CB 0 51 E 7 137 54 37
Octal 355 56 313 0 121 16 7 467 124 67
Binary 11101101 101110 11001011 0 1010001 1110 111 100110111 1010100 110111

Color Harmonies of #ED2ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2ECB

Black with #ED2ECB

Text Example


Text Example

White with #ED2ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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