Html Css Color HEX #EF268C Wild Strawberry

📋 copy color: '#EF268C'

red 239 ◦ green 38 ◦ blue 140

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

Shades of Wild Strawberry #EF268C

Tints of Wild Strawberry #EF268C

RGB

 RED value IS 239 (93.75% from 255) = 57.31%

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 57.31%
G = 9.11%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF268C (or 0xEF268C) is known color: Wild Strawberry. HEX triplet: EF, 26 and 8C. RGB value is (239,38,140). Sum of RGB (Red+Green+Blue) = 239+38+140=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF268C is #10D973. Grayscale: #6D6D6D. Windows color (decimal): -1104244 or 9185007. OLE color: 9185007.

HSL color Cylindrical-coordinate representation of color #EF268C: hue angle of 329.55º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF268C is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 38 140 -
CMYK 0 0.84 0.41 0.06
HSL 329.55º 0.86% 0.54% -
HSV(B) 329.55º 0.84% 0.94% -
XYZ 41.02 21.63 26.82 -
YUV 109.73 145.09 220.21 -
System Red Green Blue C M Y K H S L
Decimal 239 38 140 0 0.84 0.41 0.06 329.55 0.86 0.54
Hex EF 26 8C 0 54 29 6 14A 56 36
Octal 357 46 214 0 124 51 6 512 126 66
Binary 11101111 100110 10001100 0 1010100 101001 110 101001010 1010110 110110

Color Harmonies of #EF268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF268C

Black with #EF268C

Text Example


Text Example

White with #EF268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF268C; }

 p { color: rgb(239,38,140); }

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

background-color css

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

 a { background-color: rgb(239,38,140); }

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

border-color css

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

 span { border-color: rgb(239,38,140); }

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