Html Css Color HEX #EB37A0 Wild Strawberry

📋 copy color: '#EB37A0'

red 235 ◦ green 55 ◦ blue 160

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

Shades of Wild Strawberry #EB37A0

Tints of Wild Strawberry #EB37A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 52.22%
G = 12.22%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB37A0 (or 0xEB37A0) is known color: Wild Strawberry. HEX triplet: EB, 37 and A0. RGB value is (235,55,160). Sum of RGB (Red+Green+Blue) = 235+55+160=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB37A0 is #14C85F. Grayscale: #787878. Windows color (decimal): -1362016 or 10500075. OLE color: 10500075.

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

Color convert

RGB 235 55 160 -
CMYK 0 0.77 0.32 0.08
HSL 325º 0.82% 0.57% -
HSV(B) 325º 0.77% 0.92% -
XYZ 41.97 22.93 35.47 -
YUV 120.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 235 55 160 0 0.77 0.32 0.08 325 0.82 0.57
Hex EB 37 A0 0 4D 20 8 145 52 39
Octal 353 67 240 0 115 40 10 505 122 71
Binary 11101011 110111 10100000 0 1001101 100000 1000 101000101 1010010 111001

Color Harmonies of #EB37A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB37A0

Black with #EB37A0

Text Example


Text Example

White with #EB37A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB37A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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