Html Css Color HEX #EF2F9B Wild Strawberry

📋 copy color: '#EF2F9B'

red 239 ◦ green 47 ◦ blue 155

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

Shades of Wild Strawberry #EF2F9B

Tints of Wild Strawberry #EF2F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.66%

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 54.2%
G = 10.66%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF2F9B (or 0xEF2F9B) is known color: Wild Strawberry. HEX triplet: EF, 2F and 9B. RGB value is (239,47,155). Sum of RGB (Red+Green+Blue) = 239+47+155=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2F9B is #10D064. Grayscale: #747474. Windows color (decimal): -1101925 or 10170351. OLE color: 10170351.

HSL color Cylindrical-coordinate representation of color #EF2F9B: hue angle of 326.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF2F9B is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 47 155 -
CMYK 0 0.80 0.35 0.06
HSL 326.25º 0.86% 0.56% -
HSV(B) 326.25º 0.8% 0.94% -
XYZ 42.53 22.75 33.16 -
YUV 116.72 149.61 215.22 -
System Red Green Blue C M Y K H S L
Decimal 239 47 155 0 0.80 0.35 0.06 326.25 0.86 0.56
Hex EF 2F 9B 0 50 23 6 146 56 38
Octal 357 57 233 0 120 43 6 506 126 70
Binary 11101111 101111 10011011 0 1010000 100011 110 101000110 1010110 111000

Color Harmonies of #EF2F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2F9B

Black with #EF2F9B

Text Example


Text Example

White with #EF2F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2F9B; }

 p { color: rgb(239,47,155); }

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

background-color css

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

 a { background-color: rgb(239,47,155); }

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

border-color css

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

 span { border-color: rgb(239,47,155); }

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