Html Css Color HEX #ED6F9E Pale Violet Red

📋 copy color: '#ED6F9E'

red 237 ◦ green 111 ◦ blue 158

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

Shades of Pale Violet Red #ED6F9E

Tints of Pale Violet Red #ED6F9E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

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

R = 46.84%
G = 21.94%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED6F9E (or 0xED6F9E) is known color: Pale Violet Red. HEX triplet: ED, 6F and 9E. RGB value is (237,111,158). Sum of RGB (Red+Green+Blue) = 237+111+158=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6F9E is #129061. Grayscale: #999999. Windows color (decimal): -1216610 or 10383341. OLE color: 10383341.

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

Color convert

RGB 237 111 158 -
CMYK 0 0.53 0.33 0.07
HSL 337.62º 0.78% 0.68% -
HSV(B) 337.62º 0.53% 0.93% -
XYZ 46.78 31.84 36.03 -
YUV 154.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 237 111 158 0 0.53 0.33 0.07 337.62 0.78 0.68
Hex ED 6F 9E 0 35 21 7 152 4E 44
Octal 355 157 236 0 65 41 7 522 116 104
Binary 11101101 1101111 10011110 0 110101 100001 111 101010010 1001110 1000100

Color Harmonies of #ED6F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6F9E

Black with #ED6F9E

Text Example


Text Example

White with #ED6F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6F9E; }

 p { color: rgb(237,111,158); }

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

background-color css

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

 a { background-color: rgb(237,111,158); }

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

border-color css

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

 span { border-color: rgb(237,111,158); }

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