Html Css Color HEX #EB37C0 Razzle Dazzle Rose

📋 copy color: '#EB37C0'

red 235 ◦ green 55 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EB37C0

Tints of Razzle Dazzle Rose #EB37C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 48.76%
G = 11.41%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB37C0 (or 0xEB37C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 37 and C0. RGB value is (235,55,192). Sum of RGB (Red+Green+Blue) = 235+55+192=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB37C0 is #14C83F. Grayscale: #7C7C7C. Windows color (decimal): -1361984 or 12597227. OLE color: 12597227.

HSL color Cylindrical-coordinate representation of color #EB37C0: hue angle of 314.33º 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 #EB37C0 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 55 192 -
CMYK 0 0.77 0.18 0.08
HSL 314.33º 0.82% 0.57% -
HSV(B) 314.33º 0.77% 0.92% -
XYZ 45.14 24.2 52.16 -
YUV 124.44 166.13 206.86 -
System Red Green Blue C M Y K H S L
Decimal 235 55 192 0 0.77 0.18 0.08 314.33 0.82 0.57
Hex EB 37 C0 0 4D 12 8 13A 52 39
Octal 353 67 300 0 115 22 10 472 122 71
Binary 11101011 110111 11000000 0 1001101 10010 1000 100111010 1010010 111001

Color Harmonies of #EB37C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB37C0

Black with #EB37C0

Text Example


Text Example

White with #EB37C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB37C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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