Html Css Color HEX #EF438D Violet Red

📋 copy color: '#EF438D'

red 239 ◦ green 67 ◦ blue 141

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

Shades of Violet Red #EF438D

Tints of Violet Red #EF438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 53.47%
G = 14.99%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF438D (or 0xEF438D) is known color: Violet Red. HEX triplet: EF, 43 and 8D. RGB value is (239,67,141). Sum of RGB (Red+Green+Blue) = 239+67+141=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF438D is #10BC72. Grayscale: #7E7E7E. Windows color (decimal): -1096819 or 9257967. OLE color: 9257967.

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

Color convert

RGB 239 67 141 -
CMYK 0 0.72 0.41 0.06
HSL 334.19º 0.84% 0.6% -
HSV(B) 334.19º 0.72% 0.94% -
XYZ 42.41 24.29 27.65 -
YUV 126.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 239 67 141 0 0.72 0.41 0.06 334.19 0.84 0.6
Hex EF 43 8D 0 48 29 6 14E 54 3C
Octal 357 103 215 0 110 51 6 516 124 74
Binary 11101111 1000011 10001101 0 1001000 101001 110 101001110 1010100 111100

Color Harmonies of #EF438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF438D

Black with #EF438D

Text Example


Text Example

White with #EF438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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