Html Css Color HEX #EF427B Violet Red

📋 copy color: '#EF427B'

red 239 ◦ green 66 ◦ blue 123

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

Shades of Violet Red #EF427B

Tints of Violet Red #EF427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.42%

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 55.84%
G = 15.42%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF427B (or 0xEF427B) is known color: Violet Red. HEX triplet: EF, 42 and 7B. RGB value is (239,66,123). Sum of RGB (Red+Green+Blue) = 239+66+123=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF427B is #10BD84. Grayscale: #7C7C7C. Windows color (decimal): -1097093 or 8078063. OLE color: 8078063.

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

Color convert

RGB 239 66 123 -
CMYK 0 0.72 0.49 0.06
HSL 340.23º 0.84% 0.6% -
HSV(B) 340.23º 0.72% 0.94% -
XYZ 41.12 23.68 21.14 -
YUV 124.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 239 66 123 0 0.72 0.49 0.06 340.23 0.84 0.6
Hex EF 42 7B 0 48 31 6 154 54 3C
Octal 357 102 173 0 110 61 6 524 124 74
Binary 11101111 1000010 1111011 0 1001000 110001 110 101010100 1010100 111100

Color Harmonies of #EF427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF427B

Black with #EF427B

Text Example


Text Example

White with #EF427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF427B; }

 p { color: rgb(239,66,123); }

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

background-color css

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

 a { background-color: rgb(239,66,123); }

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

border-color css

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

 span { border-color: rgb(239,66,123); }

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