Html Css Color HEX #EF378C Violet Red

📋 copy color: '#EF378C'

red 239 ◦ green 55 ◦ blue 140

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

Shades of Violet Red #EF378C

Tints of Violet Red #EF378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.67%

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 55.07%
G = 12.67%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF378C (or 0xEF378C) is known color: Violet Red. HEX triplet: EF, 37 and 8C. RGB value is (239,55,140). Sum of RGB (Red+Green+Blue) = 239+55+140=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF378C is #10C873. Grayscale: #777777. Windows color (decimal): -1099892 or 9189359. OLE color: 9189359.

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

Color convert

RGB 239 55 140 -
CMYK 0 0.77 0.41 0.06
HSL 332.28º 0.85% 0.58% -
HSV(B) 332.28º 0.77% 0.94% -
XYZ 41.7 22.98 27.05 -
YUV 119.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 239 55 140 0 0.77 0.41 0.06 332.28 0.85 0.58
Hex EF 37 8C 0 4D 29 6 14C 55 3A
Octal 357 67 214 0 115 51 6 514 125 72
Binary 11101111 110111 10001100 0 1001101 101001 110 101001100 1010101 111010

Color Harmonies of #EF378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF378C

Black with #EF378C

Text Example


Text Example

White with #EF378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF378C; }

 p { color: rgb(239,55,140); }

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

background-color css

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

 a { background-color: rgb(239,55,140); }

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

border-color css

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

 span { border-color: rgb(239,55,140); }

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