Html Css Color HEX #ED639A Pale Violet Red

📋 copy color: '#ED639A'

red 237 ◦ green 99 ◦ blue 154

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

Shades of Pale Violet Red #ED639A

Tints of Pale Violet Red #ED639A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.2%

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

R = 48.37%
G = 20.2%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED639A (or 0xED639A) is known color: Pale Violet Red. HEX triplet: ED, 63 and 9A. RGB value is (237,99,154). Sum of RGB (Red+Green+Blue) = 237+99+154=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED639A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED639A is #129C65. Grayscale: #929292. Windows color (decimal): -1219686 or 10118125. OLE color: 10118125.

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

Color convert

RGB 237 99 154 -
CMYK 0 0.58 0.35 0.07
HSL 336.09º 0.79% 0.66% -
HSV(B) 336.09º 0.58% 0.93% -
XYZ 45.22 29.26 33.84 -
YUV 146.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 237 99 154 0 0.58 0.35 0.07 336.09 0.79 0.66
Hex ED 63 9A 0 3A 23 7 150 4F 42
Octal 355 143 232 0 72 43 7 520 117 102
Binary 11101101 1100011 10011010 0 111010 100011 111 101010000 1001111 1000010

Color Harmonies of #ED639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED639A

Black with #ED639A

Text Example


Text Example

White with #ED639A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED639A; }

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

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

background-color css

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

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

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

border-color css

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

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

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