Html Css Color HEX #EF387A Violet Red

📋 copy color: '#EF387A'

red 239 ◦ green 56 ◦ blue 122

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

Shades of Violet Red #EF387A

Tints of Violet Red #EF387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.43%

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 57.31%
G = 13.43%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF387A (or 0xEF387A) is known color: Violet Red. HEX triplet: EF, 38 and 7A. RGB value is (239,56,122). Sum of RGB (Red+Green+Blue) = 239+56+122=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF387A is #10C785. Grayscale: #767676. Windows color (decimal): -1099654 or 8009967. OLE color: 8009967.

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

Color convert

RGB 239 56 122 -
CMYK 0 0.77 0.49 0.06
HSL 338.36º 0.85% 0.58% -
HSV(B) 338.36º 0.77% 0.94% -
XYZ 40.52 22.58 20.64 -
YUV 118.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 239 56 122 0 0.77 0.49 0.06 338.36 0.85 0.58
Hex EF 38 7A 0 4D 31 6 152 55 3A
Octal 357 70 172 0 115 61 6 522 125 72
Binary 11101111 111000 1111010 0 1001101 110001 110 101010010 1010101 111010

Color Harmonies of #EF387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF387A

Black with #EF387A

Text Example


Text Example

White with #EF387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF387A; }

 p { color: rgb(239,56,122); }

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

background-color css

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

 a { background-color: rgb(239,56,122); }

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

border-color css

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

 span { border-color: rgb(239,56,122); }

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