Html Css Color HEX #EF437D Violet Red

📋 copy color: '#EF437D'

red 239 ◦ green 67 ◦ blue 125

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

Shades of Violet Red #EF437D

Tints of Violet Red #EF437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.55%

 BLUE value IS 125 (49.22% from 255) = 29%

R = 55.45%
G = 15.55%
B = 29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF437D (or 0xEF437D) is known color: Violet Red. HEX triplet: EF, 43 and 7D. RGB value is (239,67,125). Sum of RGB (Red+Green+Blue) = 239+67+125=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF437D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF437D is #10BC82. Grayscale: #7C7C7C. Windows color (decimal): -1096835 or 8209391. OLE color: 8209391.

HSL color Cylindrical-coordinate representation of color #EF437D: hue angle of 339.77º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF437D is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 67 125 -
CMYK 0 0.72 0.48 0.06
HSL 339.77º 0.84% 0.6% -
HSV(B) 339.77º 0.72% 0.94% -
XYZ 41.31 23.85 21.83 -
YUV 125.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 239 67 125 0 0.72 0.48 0.06 339.77 0.84 0.6
Hex EF 43 7D 0 48 30 6 154 54 3C
Octal 357 103 175 0 110 60 6 524 124 74
Binary 11101111 1000011 1111101 0 1001000 110000 110 101010100 1010100 111100

Color Harmonies of #EF437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF437D

Black with #EF437D

Text Example


Text Example

White with #EF437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF437D; }

 p { color: rgb(239,67,125); }

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

background-color css

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

 a { background-color: rgb(239,67,125); }

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

border-color css

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

 span { border-color: rgb(239,67,125); }

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