Html Css Color HEX #EF3299 Wild Strawberry

📋 copy color: '#EF3299'

red 239 ◦ green 50 ◦ blue 153

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

Shades of Wild Strawberry #EF3299

Tints of Wild Strawberry #EF3299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.31%

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 54.07%
G = 11.31%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF3299 (or 0xEF3299) is known color: Wild Strawberry. HEX triplet: EF, 32 and 99. RGB value is (239,50,153). Sum of RGB (Red+Green+Blue) = 239+50+153=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3299 is #10CD66. Grayscale: #767676. Windows color (decimal): -1101159 or 10040047. OLE color: 10040047.

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

Color convert

RGB 239 50 153 -
CMYK 0 0.79 0.36 0.06
HSL 327.3º 0.86% 0.57% -
HSV(B) 327.3º 0.79% 0.94% -
XYZ 42.49 22.93 32.32 -
YUV 118.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 239 50 153 0 0.79 0.36 0.06 327.3 0.86 0.57
Hex EF 32 99 0 4F 24 6 147 56 39
Octal 357 62 231 0 117 44 6 507 126 71
Binary 11101111 110010 10011001 0 1001111 100100 110 101000111 1010110 111001

Color Harmonies of #EF3299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3299

Black with #EF3299

Text Example


Text Example

White with #EF3299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3299; }

 p { color: rgb(239,50,153); }

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

background-color css

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

 a { background-color: rgb(239,50,153); }

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

border-color css

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

 span { border-color: rgb(239,50,153); }

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