Html Css Color HEX #EB679E Pale Violet Red

📋 copy color: '#EB679E'

red 235 ◦ green 103 ◦ blue 158

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

Shades of Pale Violet Red #EB679E

Tints of Pale Violet Red #EB679E

RGB

 RED value IS 235 (92.19% from 255) = 47.38%

 GREEN value IS 103 (40.63% from 255) = 20.77%

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 47.38%
G = 20.77%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB679E (or 0xEB679E) is known color: Pale Violet Red. HEX triplet: EB, 67 and 9E. RGB value is (235,103,158). Sum of RGB (Red+Green+Blue) = 235+103+158=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB679E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB679E is #149861. Grayscale: #949494. Windows color (decimal): -1349730 or 10381291. OLE color: 10381291.

HSL color Cylindrical-coordinate representation of color #EB679E: hue angle of 335º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB679E is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 103 158 -
CMYK 0 0.56 0.33 0.08
HSL 335º 0.77% 0.66% -
HSV(B) 335º 0.56% 0.92% -
XYZ 45.28 29.83 35.72 -
YUV 148.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 235 103 158 0 0.56 0.33 0.08 335 0.77 0.66
Hex EB 67 9E 0 38 21 8 14F 4D 42
Octal 353 147 236 0 70 41 10 517 115 102
Binary 11101011 1100111 10011110 0 111000 100001 1000 101001111 1001101 1000010

Color Harmonies of #EB679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB679E

Black with #EB679E

Text Example


Text Example

White with #EB679E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB679E; }

 p { color: rgb(235,103,158); }

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

background-color css

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

 a { background-color: rgb(235,103,158); }

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

border-color css

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

 span { border-color: rgb(235,103,158); }

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