Html Css Color HEX #EF438A Violet Red

📋 copy color: '#EF438A'

red 239 ◦ green 67 ◦ blue 138

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

Shades of Violet Red #EF438A

Tints of Violet Red #EF438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 53.83%
G = 15.09%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF438A (or 0xEF438A) is known color: Violet Red. HEX triplet: EF, 43 and 8A. RGB value is (239,67,138). Sum of RGB (Red+Green+Blue) = 239+67+138=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF438A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF438A is #10BC75. Grayscale: #7E7E7E. Windows color (decimal): -1096822 or 9061359. OLE color: 9061359.

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

Color convert

RGB 239 67 138 -
CMYK 0 0.72 0.42 0.06
HSL 335.23º 0.84% 0.6% -
HSV(B) 335.23º 0.72% 0.94% -
XYZ 42.19 24.2 26.49 -
YUV 126.52 134.48 208.23 -
System Red Green Blue C M Y K H S L
Decimal 239 67 138 0 0.72 0.42 0.06 335.23 0.84 0.6
Hex EF 43 8A 0 48 2A 6 14F 54 3C
Octal 357 103 212 0 110 52 6 517 124 74
Binary 11101111 1000011 10001010 0 1001000 101010 110 101001111 1010100 111100

Color Harmonies of #EF438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF438A

Black with #EF438A

Text Example


Text Example

White with #EF438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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