Html Css Color HEX #EA699B Pale Violet Red

📋 copy color: '#EA699B'

red 234 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #EA699B

Tints of Pale Violet Red #EA699B

RGB

 RED value IS 234 (91.8% from 255) = 47.37%

 GREEN value IS 105 (41.41% from 255) = 21.26%

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

R = 47.37%
G = 21.26%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA699B (or 0xEA699B) is known color: Pale Violet Red. HEX triplet: EA, 69 and 9B. RGB value is (234,105,155). Sum of RGB (Red+Green+Blue) = 234+105+155=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA699B is #159664. Grayscale: #959595. Windows color (decimal): -1414757 or 10185194. OLE color: 10185194.

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

Color convert

RGB 234 105 155 -
CMYK 0 0.55 0.34 0.08
HSL 336.74º 0.75% 0.66% -
HSV(B) 336.74º 0.55% 0.92% -
XYZ 44.9 29.96 34.43 -
YUV 149.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 234 105 155 0 0.55 0.34 0.08 336.74 0.75 0.66
Hex EA 69 9B 0 37 22 8 151 4B 42
Octal 352 151 233 0 67 42 10 521 113 102
Binary 11101010 1101001 10011011 0 110111 100010 1000 101010001 1001011 1000010

Color Harmonies of #EA699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA699B

Black with #EA699B

Text Example


Text Example

White with #EA699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA699B; }

 p { color: rgb(234,105,155); }

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

background-color css

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

 a { background-color: rgb(234,105,155); }

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

border-color css

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

 span { border-color: rgb(234,105,155); }

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