Html Css Color HEX #ED2BEE Razzle Dazzle Rose

📋 copy color: '#ED2BEE'

red 237 ◦ green 43 ◦ blue 238

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

Shades of Razzle Dazzle Rose #ED2BEE

Tints of Razzle Dazzle Rose #ED2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.3%

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 45.75%
G = 8.3%
B = 45.95%

CMYK

 C value IS 0.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED2BEE (or 0xED2BEE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and EE. RGB value is (237,43,238). Sum of RGB (Red+Green+Blue) = 237+43+238=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 43 (17.19% from 255 or 8.30% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED2BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2BEE is #12D411. Grayscale: #7A7A7A. Windows color (decimal): -1233938 or 15608813. OLE color: 15608813.

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

Color convert

RGB 237 43 238 -
CMYK 0.00 0.82 0 0.07
HSL 299.69º 0.85% 0.55% -
HSV(B) 299.69º 0.82% 0.93% -
XYZ 51.22 25.91 83.19 -
YUV 123.24 192.77 209.14 -
System Red Green Blue C M Y K H S L
Decimal 237 43 238 0.00 0.82 0 0.07 299.69 0.85 0.55
Hex ED 2B EE 0 52 0 7 12C 55 37
Octal 355 53 356 0 122 0 7 454 125 67
Binary 11101101 101011 11101110 0 1010010 0 111 100101100 1010101 110111

Color Harmonies of #ED2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2BEE

Black with #ED2BEE

Text Example


Text Example

White with #ED2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2BEE; }

 p { color: rgb(237,43,238); }

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

background-color css

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

 a { background-color: rgb(237,43,238); }

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

border-color css

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

 span { border-color: rgb(237,43,238); }

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