Html Css Color HEX #EF3DA8 Wild Strawberry

📋 copy color: '#EF3DA8'

red 239 ◦ green 61 ◦ blue 168

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

Shades of Wild Strawberry #EF3DA8

Tints of Wild Strawberry #EF3DA8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.03%

 BLUE value IS 168 (66.02% from 255) = 35.9%

R = 51.07%
G = 13.03%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF3DA8 (or 0xEF3DA8) is known color: Wild Strawberry. HEX triplet: EF, 3D and A8. RGB value is (239,61,168). Sum of RGB (Red+Green+Blue) = 239+61+168=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3DA8 is #10C257. Grayscale: #7E7E7E. Windows color (decimal): -1098328 or 11025903. OLE color: 11025903.

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

Color convert

RGB 239 61 168 -
CMYK 0 0.74 0.30 0.06
HSL 323.93º 0.85% 0.59% -
HSV(B) 323.93º 0.74% 0.94% -
XYZ 44.33 24.52 39.44 -
YUV 126.42 151.47 208.3 -
System Red Green Blue C M Y K H S L
Decimal 239 61 168 0 0.74 0.30 0.06 323.93 0.85 0.59
Hex EF 3D A8 0 4A 1E 6 144 55 3B
Octal 357 75 250 0 112 36 6 504 125 73
Binary 11101111 111101 10101000 0 1001010 11110 110 101000100 1010101 111011

Color Harmonies of #EF3DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3DA8

Black with #EF3DA8

Text Example


Text Example

White with #EF3DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3DA8; }

 p { color: rgb(239,61,168); }

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

background-color css

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

 a { background-color: rgb(239,61,168); }

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

border-color css

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

 span { border-color: rgb(239,61,168); }

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