Html Css Color HEX #EB2D96 Wild Strawberry

📋 copy color: '#EB2D96'

red 235 ◦ green 45 ◦ blue 150

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

Shades of Wild Strawberry #EB2D96

Tints of Wild Strawberry #EB2D96

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.47%

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 54.65%
G = 10.47%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB2D96 (or 0xEB2D96) is known color: Wild Strawberry. HEX triplet: EB, 2D and 96. RGB value is (235,45,150). Sum of RGB (Red+Green+Blue) = 235+45+150=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2D96 is #14D269. Grayscale: #717171. Windows color (decimal): -1364586 or 9842155. OLE color: 9842155.

HSL color Cylindrical-coordinate representation of color #EB2D96: hue angle of 326.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2D96 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 45 150 -
CMYK 0 0.81 0.36 0.08
HSL 326.84º 0.83% 0.55% -
HSV(B) 326.84º 0.81% 0.92% -
XYZ 40.7 21.74 30.91 -
YUV 113.78 148.45 214.46 -
System Red Green Blue C M Y K H S L
Decimal 235 45 150 0 0.81 0.36 0.08 326.84 0.83 0.55
Hex EB 2D 96 0 51 24 8 147 53 37
Octal 353 55 226 0 121 44 10 507 123 67
Binary 11101011 101101 10010110 0 1010001 100100 1000 101000111 1010011 110111

Color Harmonies of #EB2D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D96

Black with #EB2D96

Text Example


Text Example

White with #EB2D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D96; }

 p { color: rgb(235,45,150); }

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

background-color css

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

 a { background-color: rgb(235,45,150); }

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

border-color css

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

 span { border-color: rgb(235,45,150); }

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