Html Css Color HEX #EF469B Violet Red

📋 copy color: '#EF469B'

red 239 ◦ green 70 ◦ blue 155

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

Shades of Violet Red #EF469B

Tints of Violet Red #EF469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.09%

 BLUE value IS 155 (60.94% from 255) = 33.41%

R = 51.51%
G = 15.09%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF469B (or 0xEF469B) is known color: Violet Red. HEX triplet: EF, 46 and 9B. RGB value is (239,70,155). Sum of RGB (Red+Green+Blue) = 239+70+155=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF469B is #10B964. Grayscale: #828282. Windows color (decimal): -1096037 or 10176239. OLE color: 10176239.

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

Color convert

RGB 239 70 155 -
CMYK 0 0.71 0.35 0.06
HSL 329.82º 0.84% 0.61% -
HSV(B) 329.82º 0.71% 0.94% -
XYZ 43.7 25.1 33.55 -
YUV 130.22 141.99 205.59 -
System Red Green Blue C M Y K H S L
Decimal 239 70 155 0 0.71 0.35 0.06 329.82 0.84 0.61
Hex EF 46 9B 0 47 23 6 14A 54 3D
Octal 357 106 233 0 107 43 6 512 124 75
Binary 11101111 1000110 10011011 0 1000111 100011 110 101001010 1010100 111101

Color Harmonies of #EF469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF469B

Black with #EF469B

Text Example


Text Example

White with #EF469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF469B; }

 p { color: rgb(239,70,155); }

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

background-color css

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

 a { background-color: rgb(239,70,155); }

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

border-color css

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

 span { border-color: rgb(239,70,155); }

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