Html Css Color HEX #EB37E5 Razzle Dazzle Rose

📋 copy color: '#EB37E5'

red 235 ◦ green 55 ◦ blue 229

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

Shades of Razzle Dazzle Rose #EB37E5

Tints of Razzle Dazzle Rose #EB37E5

RGB

 RED value IS 235 (92.19% from 255) = 45.28%

 GREEN value IS 55 (21.88% from 255) = 10.6%

 BLUE value IS 229 (89.84% from 255) = 44.12%

R = 45.28%
G = 10.6%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB37E5 (or 0xEB37E5) is known color: Razzle Dazzle Rose. HEX triplet: EB, 37 and E5. RGB value is (235,55,229). Sum of RGB (Red+Green+Blue) = 235+55+229=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 55 (21.88% from 255 or 10.60% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB37E5 is #14C81A. Grayscale: #808080. Windows color (decimal): -1361947 or 15022059. OLE color: 15022059.

HSL color Cylindrical-coordinate representation of color #EB37E5: hue angle of 302º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB37E5 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 55 229 -
CMYK 0 0.77 0.03 0.08
HSL 302º 0.82% 0.57% -
HSV(B) 302º 0.77% 0.92% -
XYZ 49.77 26.05 76.53 -
YUV 128.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 235 55 229 0 0.77 0.03 0.08 302 0.82 0.57
Hex EB 37 E5 0 4D 3 8 12E 52 39
Octal 353 67 345 0 115 3 10 456 122 71
Binary 11101011 110111 11100101 0 1001101 11 1000 100101110 1010010 111001

Color Harmonies of #EB37E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB37E5

Black with #EB37E5

Text Example


Text Example

White with #EB37E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB37E5; }

 p { color: rgb(235,55,229); }

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

background-color css

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

 a { background-color: rgb(235,55,229); }

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

border-color css

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

 span { border-color: rgb(235,55,229); }

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