Html Css Color HEX #EB369D Wild Strawberry

📋 copy color: '#EB369D'

red 235 ◦ green 54 ◦ blue 157

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

Shades of Wild Strawberry #EB369D

Tints of Wild Strawberry #EB369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.11%

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 52.69%
G = 12.11%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB369D (or 0xEB369D) is known color: Wild Strawberry. HEX triplet: EB, 36 and 9D. RGB value is (235,54,157). Sum of RGB (Red+Green+Blue) = 235+54+157=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB369D is #14C962. Grayscale: #777777. Windows color (decimal): -1362275 or 10303211. OLE color: 10303211.

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

Color convert

RGB 235 54 157 -
CMYK 0 0.77 0.33 0.08
HSL 325.86º 0.82% 0.57% -
HSV(B) 325.86º 0.77% 0.92% -
XYZ 41.67 22.73 34.09 -
YUV 119.86 148.97 210.12 -
System Red Green Blue C M Y K H S L
Decimal 235 54 157 0 0.77 0.33 0.08 325.86 0.82 0.57
Hex EB 36 9D 0 4D 21 8 146 52 39
Octal 353 66 235 0 115 41 10 506 122 71
Binary 11101011 110110 10011101 0 1001101 100001 1000 101000110 1010010 111001

Color Harmonies of #EB369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB369D

Black with #EB369D

Text Example


Text Example

White with #EB369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB369D; }

 p { color: rgb(235,54,157); }

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

background-color css

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

 a { background-color: rgb(235,54,157); }

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

border-color css

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

 span { border-color: rgb(235,54,157); }

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