Html Css Color HEX #EF3685 Violet Red

📋 copy color: '#EF3685'

red 239 ◦ green 54 ◦ blue 133

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

Shades of Violet Red #EF3685

Tints of Violet Red #EF3685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.68%

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 56.1%
G = 12.68%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF3685 (or 0xEF3685) is known color: Violet Red. HEX triplet: EF, 36 and 85. RGB value is (239,54,133). Sum of RGB (Red+Green+Blue) = 239+54+133=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3685 is #10C97A. Grayscale: #767676. Windows color (decimal): -1100155 or 8730351. OLE color: 8730351.

HSL color Cylindrical-coordinate representation of color #EF3685: hue angle of 334.38º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF3685 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 54 133 -
CMYK 0 0.77 0.44 0.06
HSL 334.38º 0.85% 0.57% -
HSV(B) 334.38º 0.77% 0.94% -
XYZ 41.15 22.68 24.4 -
YUV 118.32 136.29 214.08 -
System Red Green Blue C M Y K H S L
Decimal 239 54 133 0 0.77 0.44 0.06 334.38 0.85 0.57
Hex EF 36 85 0 4D 2C 6 14E 55 39
Octal 357 66 205 0 115 54 6 516 125 71
Binary 11101111 110110 10000101 0 1001101 101100 110 101001110 1010101 111001

Color Harmonies of #EF3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3685

Black with #EF3685

Text Example


Text Example

White with #EF3685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3685; }

 p { color: rgb(239,54,133); }

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

background-color css

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

 a { background-color: rgb(239,54,133); }

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

border-color css

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

 span { border-color: rgb(239,54,133); }

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