Html Css Color HEX #EE318D Wild Strawberry

📋 copy color: '#EE318D'

red 238 ◦ green 49 ◦ blue 141

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

Shades of Wild Strawberry #EE318D

Tints of Wild Strawberry #EE318D

RGB

 RED value IS 238 (93.36% from 255) = 55.61%

 GREEN value IS 49 (19.53% from 255) = 11.45%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 55.61%
G = 11.45%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE318D (or 0xEE318D) is known color: Wild Strawberry. HEX triplet: EE, 31 and 8D. RGB value is (238,49,141). Sum of RGB (Red+Green+Blue) = 238+49+141=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE318D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE318D is #11CE72. Grayscale: #737373. Windows color (decimal): -1166963 or 9253358. OLE color: 9253358.

HSL color Cylindrical-coordinate representation of color #EE318D: hue angle of 330.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE318D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 141 -
CMYK 0 0.79 0.41 0.07
HSL 330.79º 0.85% 0.56% -
HSV(B) 330.79º 0.79% 0.93% -
XYZ 41.17 22.3 27.33 -
YUV 116 142.12 215.02 -
System Red Green Blue C M Y K H S L
Decimal 238 49 141 0 0.79 0.41 0.07 330.79 0.85 0.56
Hex EE 31 8D 0 4F 29 7 14B 55 38
Octal 356 61 215 0 117 51 7 513 125 70
Binary 11101110 110001 10001101 0 1001111 101001 111 101001011 1010101 111000

Color Harmonies of #EE318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE318D

Black with #EE318D

Text Example


Text Example

White with #EE318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE318D; }

 p { color: rgb(238,49,141); }

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

background-color css

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

 a { background-color: rgb(238,49,141); }

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

border-color css

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

 span { border-color: rgb(238,49,141); }

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