Html Css Color HEX #EE268F Wild Strawberry

📋 copy color: '#EE268F'

red 238 ◦ green 38 ◦ blue 143

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

Shades of Wild Strawberry #EE268F

Tints of Wild Strawberry #EE268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.07%

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 56.8%
G = 9.07%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE268F (or 0xEE268F) is known color: Wild Strawberry. HEX triplet: EE, 26 and 8F. RGB value is (238,38,143). Sum of RGB (Red+Green+Blue) = 238+38+143=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE268F is #11D970. Grayscale: #6D6D6D. Windows color (decimal): -1169777 or 9381614. OLE color: 9381614.

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

Color convert

RGB 238 38 143 -
CMYK 0 0.84 0.40 0.07
HSL 328.5º 0.85% 0.54% -
HSV(B) 328.5º 0.84% 0.93% -
XYZ 40.91 21.55 27.99 -
YUV 109.77 146.76 219.46 -
System Red Green Blue C M Y K H S L
Decimal 238 38 143 0 0.84 0.40 0.07 328.5 0.85 0.54
Hex EE 26 8F 0 54 28 7 148 55 36
Octal 356 46 217 0 124 50 7 510 125 66
Binary 11101110 100110 10001111 0 1010100 101000 111 101001000 1010101 110110

Color Harmonies of #EE268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE268F

Black with #EE268F

Text Example


Text Example

White with #EE268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE268F; }

 p { color: rgb(238,38,143); }

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

background-color css

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

 a { background-color: rgb(238,38,143); }

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

border-color css

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

 span { border-color: rgb(238,38,143); }

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