Html Css Color HEX #ED6BA0 Pale Violet Red

📋 copy color: '#ED6BA0'

red 237 ◦ green 107 ◦ blue 160

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

Shades of Pale Violet Red #ED6BA0

Tints of Pale Violet Red #ED6BA0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 47.02%
G = 21.23%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED6BA0 (or 0xED6BA0) is known color: Pale Violet Red. HEX triplet: ED, 6B and A0. RGB value is (237,107,160). Sum of RGB (Red+Green+Blue) = 237+107+160=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6BA0 is #12945F. Grayscale: #979797. Windows color (decimal): -1217632 or 10513389. OLE color: 10513389.

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

Color convert

RGB 237 107 160 -
CMYK 0 0.55 0.32 0.07
HSL 335.54º 0.78% 0.67% -
HSV(B) 335.54º 0.55% 0.93% -
XYZ 46.53 31.06 36.8 -
YUV 151.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 237 107 160 0 0.55 0.32 0.07 335.54 0.78 0.67
Hex ED 6B A0 0 37 20 7 150 4E 43
Octal 355 153 240 0 67 40 7 520 116 103
Binary 11101101 1101011 10100000 0 110111 100000 111 101010000 1001110 1000011

Color Harmonies of #ED6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BA0

Black with #ED6BA0

Text Example


Text Example

White with #ED6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BA0; }

 p { color: rgb(237,107,160); }

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

background-color css

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

 a { background-color: rgb(237,107,160); }

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

border-color css

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

 span { border-color: rgb(237,107,160); }

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