Html Css Color HEX #ED2EEB Razzle Dazzle Rose

📋 copy color: '#ED2EEB'

red 237 ◦ green 46 ◦ blue 235

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

Shades of Razzle Dazzle Rose #ED2EEB

Tints of Razzle Dazzle Rose #ED2EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 45.75%
G = 8.88%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED2EEB (or 0xED2EEB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and EB. RGB value is (237,46,235). Sum of RGB (Red+Green+Blue) = 237+46+235=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 46 (18.36% from 255 or 8.88% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2EEB is #12D114. Grayscale: #7C7C7C. Windows color (decimal): -1233173 or 15412973. OLE color: 15412973.

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

Color convert

RGB 237 46 235 -
CMYK 0 0.81 0.01 0.07
HSL 300.63º 0.84% 0.55% -
HSV(B) 300.63º 0.81% 0.93% -
XYZ 50.9 25.96 80.92 -
YUV 124.66 190.28 208.13 -
System Red Green Blue C M Y K H S L
Decimal 237 46 235 0 0.81 0.01 0.07 300.63 0.84 0.55
Hex ED 2E EB 0 51 1 7 12D 54 37
Octal 355 56 353 0 121 1 7 455 124 67
Binary 11101101 101110 11101011 0 1010001 1 111 100101101 1010100 110111

Color Harmonies of #ED2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2EEB

Black with #ED2EEB

Text Example


Text Example

White with #ED2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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