Html Css Color HEX #EB2994 Wild Strawberry

📋 copy color: '#EB2994'

red 235 ◦ green 41 ◦ blue 148

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

Shades of Wild Strawberry #EB2994

Tints of Wild Strawberry #EB2994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.67%

 BLUE value IS 148 (58.2% from 255) = 34.91%

R = 55.42%
G = 9.67%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB2994 (or 0xEB2994) is known color: Wild Strawberry. HEX triplet: EB, 29 and 94. RGB value is (235,41,148). Sum of RGB (Red+Green+Blue) = 235+41+148=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2994 is #14D66B. Grayscale: #6E6E6E. Windows color (decimal): -1365612 or 9710059. OLE color: 9710059.

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

Color convert

RGB 235 41 148 -
CMYK 0 0.83 0.37 0.08
HSL 326.91º 0.83% 0.54% -
HSV(B) 326.91º 0.83% 0.92% -
XYZ 40.4 21.39 30.02 -
YUV 111.2 148.77 216.3 -
System Red Green Blue C M Y K H S L
Decimal 235 41 148 0 0.83 0.37 0.08 326.91 0.83 0.54
Hex EB 29 94 0 53 25 8 147 53 36
Octal 353 51 224 0 123 45 10 507 123 66
Binary 11101011 101001 10010100 0 1010011 100101 1000 101000111 1010011 110110

Color Harmonies of #EB2994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2994

Black with #EB2994

Text Example


Text Example

White with #EB2994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2994; }

 p { color: rgb(235,41,148); }

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

background-color css

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

 a { background-color: rgb(235,41,148); }

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

border-color css

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

 span { border-color: rgb(235,41,148); }

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