Html Css Color HEX #EF3D9A Wild Strawberry

📋 copy color: '#EF3D9A'

red 239 ◦ green 61 ◦ blue 154

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

Shades of Wild Strawberry #EF3D9A

Tints of Wild Strawberry #EF3D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.92%

R = 52.64%
G = 13.44%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF3D9A (or 0xEF3D9A) is known color: Wild Strawberry. HEX triplet: EF, 3D and 9A. RGB value is (239,61,154). Sum of RGB (Red+Green+Blue) = 239+61+154=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3D9A is #10C265. Grayscale: #7C7C7C. Windows color (decimal): -1098342 or 10108399. OLE color: 10108399.

HSL color Cylindrical-coordinate representation of color #EF3D9A: hue angle of 328.65º 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 #EF3D9A is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 61 154 -
CMYK 0 0.74 0.36 0.06
HSL 328.65º 0.85% 0.59% -
HSV(B) 328.65º 0.74% 0.94% -
XYZ 43.1 24.02 32.94 -
YUV 124.82 144.47 209.44 -
System Red Green Blue C M Y K H S L
Decimal 239 61 154 0 0.74 0.36 0.06 328.65 0.85 0.59
Hex EF 3D 9A 0 4A 24 6 149 55 3B
Octal 357 75 232 0 112 44 6 511 125 73
Binary 11101111 111101 10011010 0 1001010 100100 110 101001001 1010101 111011

Color Harmonies of #EF3D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3D9A

Black with #EF3D9A

Text Example


Text Example

White with #EF3D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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