Html Css Color HEX #EF3690 Wild Strawberry

📋 copy color: '#EF3690'

red 239 ◦ green 54 ◦ blue 144

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

Shades of Wild Strawberry #EF3690

Tints of Wild Strawberry #EF3690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 54.69%
G = 12.36%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF3690 (or 0xEF3690) is known color: Wild Strawberry. HEX triplet: EF, 36 and 90. RGB value is (239,54,144). Sum of RGB (Red+Green+Blue) = 239+54+144=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3690 is #10C96F. Grayscale: #777777. Windows color (decimal): -1100144 or 9451247. OLE color: 9451247.

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

Color convert

RGB 239 54 144 -
CMYK 0 0.77 0.40 0.06
HSL 330.81º 0.85% 0.57% -
HSV(B) 330.81º 0.77% 0.94% -
XYZ 41.95 23 28.61 -
YUV 119.58 141.79 213.18 -
System Red Green Blue C M Y K H S L
Decimal 239 54 144 0 0.77 0.40 0.06 330.81 0.85 0.57
Hex EF 36 90 0 4D 28 6 14B 55 39
Octal 357 66 220 0 115 50 6 513 125 71
Binary 11101111 110110 10010000 0 1001101 101000 110 101001011 1010101 111001

Color Harmonies of #EF3690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3690

Black with #EF3690

Text Example


Text Example

White with #EF3690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3690; }

 p { color: rgb(239,54,144); }

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

background-color css

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

 a { background-color: rgb(239,54,144); }

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

border-color css

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

 span { border-color: rgb(239,54,144); }

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