Html Css Color HEX #ED699A Pale Violet Red

📋 copy color: '#ED699A'

red 237 ◦ green 105 ◦ blue 154

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

Shades of Pale Violet Red #ED699A

Tints of Pale Violet Red #ED699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 47.78%
G = 21.17%
B = 31.05%

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

#ED699A (or 0xED699A) is known color: Pale Violet Red. HEX triplet: ED, 69 and 9A. RGB value is (237,105,154). Sum of RGB (Red+Green+Blue) = 237+105+154=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED699A is #129665. Grayscale: #959595. Windows color (decimal): -1218150 or 10119661. OLE color: 10119661.

HSL color Cylindrical-coordinate representation of color #ED699A: hue angle of 337.73º 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 #ED699A is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 105 154 -
CMYK 0 0.56 0.35 0.07
HSL 337.73º 0.79% 0.67% -
HSV(B) 337.73º 0.56% 0.93% -
XYZ 45.81 30.44 34.03 -
YUV 150.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 237 105 154 0 0.56 0.35 0.07 337.73 0.79 0.67
Hex ED 69 9A 0 38 23 7 152 4F 43
Octal 355 151 232 0 70 43 7 522 117 103
Binary 11101101 1101001 10011010 0 111000 100011 111 101010010 1001111 1000011

Color Harmonies of #ED699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED699A

Black with #ED699A

Text Example


Text Example

White with #ED699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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