Html Css Color HEX #ED6798 Pale Violet Red

📋 copy color: '#ED6798'

red 237 ◦ green 103 ◦ blue 152

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

Shades of Pale Violet Red #ED6798

Tints of Pale Violet Red #ED6798

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.93%

 BLUE value IS 152 (59.77% from 255) = 30.89%

R = 48.17%
G = 20.93%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED6798 (or 0xED6798) is known color: Pale Violet Red. HEX triplet: ED, 67 and 98. RGB value is (237,103,152). Sum of RGB (Red+Green+Blue) = 237+103+152=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6798 is #129867. Grayscale: #949494. Windows color (decimal): -1218664 or 9988077. OLE color: 9988077.

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

Color convert

RGB 237 103 152 -
CMYK 0 0.57 0.36 0.07
HSL 338.06º 0.79% 0.67% -
HSV(B) 338.06º 0.57% 0.93% -
XYZ 45.44 29.97 33.1 -
YUV 148.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 237 103 152 0 0.57 0.36 0.07 338.06 0.79 0.67
Hex ED 67 98 0 39 24 7 152 4F 43
Octal 355 147 230 0 71 44 7 522 117 103
Binary 11101101 1100111 10011000 0 111001 100100 111 101010010 1001111 1000011

Color Harmonies of #ED6798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6798

Black with #ED6798

Text Example


Text Example

White with #ED6798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6798; }

 p { color: rgb(237,103,152); }

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

background-color css

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

 a { background-color: rgb(237,103,152); }

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

border-color css

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

 span { border-color: rgb(237,103,152); }

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