Html Css Color HEX #ED699B Pale Violet Red

📋 copy color: '#ED699B'

red 237 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #ED699B

Tints of Pale Violet Red #ED699B

RGB

 RED value IS 237 (92.97% from 255) = 47.69%

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

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

R = 47.69%
G = 21.13%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED699B (or 0xED699B) is known color: Pale Violet Red. HEX triplet: ED, 69 and 9B. RGB value is (237,105,155). Sum of RGB (Red+Green+Blue) = 237+105+155=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED699B is #129664. Grayscale: #969696. Windows color (decimal): -1218149 or 10185197. OLE color: 10185197.

HSL color Cylindrical-coordinate representation of color #ED699B: hue angle of 337.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED699B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 105 155 -
CMYK 0 0.56 0.35 0.07
HSL 337.27º 0.79% 0.67% -
HSV(B) 337.27º 0.56% 0.93% -
XYZ 45.89 30.47 34.47 -
YUV 150.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 237 105 155 0 0.56 0.35 0.07 337.27 0.79 0.67
Hex ED 69 9B 0 38 23 7 151 4F 43
Octal 355 151 233 0 70 43 7 521 117 103
Binary 11101101 1101001 10011011 0 111000 100011 111 101010001 1001111 1000011

Color Harmonies of #ED699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED699B

Black with #ED699B

Text Example


Text Example

White with #ED699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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