Html Css Color HEX #EF3B8B Violet Red

📋 copy color: '#EF3B8B'

red 239 ◦ green 59 ◦ blue 139

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

Shades of Violet Red #EF3B8B

Tints of Violet Red #EF3B8B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.5%

 BLUE value IS 139 (54.69% from 255) = 31.81%

R = 54.69%
G = 13.5%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF3B8B (or 0xEF3B8B) is known color: Violet Red. HEX triplet: EF, 3B and 8B. RGB value is (239,59,139). Sum of RGB (Red+Green+Blue) = 239+59+139=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3B8B is #10C474. Grayscale: #797979. Windows color (decimal): -1098869 or 9124847. OLE color: 9124847.

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

Color convert

RGB 239 59 139 -
CMYK 0 0.75 0.42 0.06
HSL 333.33º 0.85% 0.58% -
HSV(B) 333.33º 0.75% 0.94% -
XYZ 41.82 23.34 26.73 -
YUV 121.94 137.63 211.5 -
System Red Green Blue C M Y K H S L
Decimal 239 59 139 0 0.75 0.42 0.06 333.33 0.85 0.58
Hex EF 3B 8B 0 4B 2A 6 14D 55 3A
Octal 357 73 213 0 113 52 6 515 125 72
Binary 11101111 111011 10001011 0 1001011 101010 110 101001101 1010101 111010

Color Harmonies of #EF3B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3B8B

Black with #EF3B8B

Text Example


Text Example

White with #EF3B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3B8B; }

 p { color: rgb(239,59,139); }

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

background-color css

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

 a { background-color: rgb(239,59,139); }

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

border-color css

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

 span { border-color: rgb(239,59,139); }

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