Html Css Color HEX #ED1BE2 Razzle Dazzle Rose

📋 copy color: '#ED1BE2'

red 237 ◦ green 27 ◦ blue 226

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

Shades of Razzle Dazzle Rose #ED1BE2

Tints of Razzle Dazzle Rose #ED1BE2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.51%

 BLUE value IS 226 (88.67% from 255) = 46.12%

R = 48.37%
G = 5.51%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED1BE2 (or 0xED1BE2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 1B and E2. RGB value is (237,27,226). Sum of RGB (Red+Green+Blue) = 237+27+226=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1BE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1BE2 is #12E41D. Grayscale: #6F6F6F. Windows color (decimal): -1238046 or 14818285. OLE color: 14818285.

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

Color convert

RGB 237 27 226 -
CMYK 0 0.89 0.05 0.07
HSL 303.14º 0.85% 0.52% -
HSV(B) 303.14º 0.89% 0.93% -
XYZ 49.04 24.28 74.05 -
YUV 112.48 192.07 216.82 -
System Red Green Blue C M Y K H S L
Decimal 237 27 226 0 0.89 0.05 0.07 303.14 0.85 0.52
Hex ED 1B E2 0 59 5 7 12F 55 34
Octal 355 33 342 0 131 5 7 457 125 64
Binary 11101101 11011 11100010 0 1011001 101 111 100101111 1010101 110100

Color Harmonies of #ED1BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1BE2

Black with #ED1BE2

Text Example


Text Example

White with #ED1BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1BE2; }

 p { color: rgb(237,27,226); }

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

background-color css

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

 a { background-color: rgb(237,27,226); }

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

border-color css

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

 span { border-color: rgb(237,27,226); }

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