Html Css Color HEX #ED7098 Pale Violet Red

📋 copy color: '#ED7098'

red 237 ◦ green 112 ◦ blue 152

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

Shades of Pale Violet Red #ED7098

Tints of Pale Violet Red #ED7098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.36%

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

R = 47.31%
G = 22.36%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED7098 (or 0xED7098) is known color: Pale Violet Red. HEX triplet: ED, 70 and 98. RGB value is (237,112,152). Sum of RGB (Red+Green+Blue) = 237+112+152=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7098 is #128F67. Grayscale: #999999. Windows color (decimal): -1216360 or 9990381. OLE color: 9990381.

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

Color convert

RGB 237 112 152 -
CMYK 0 0.53 0.36 0.07
HSL 340.8º 0.78% 0.68% -
HSV(B) 340.8º 0.53% 0.93% -
XYZ 46.39 31.86 33.41 -
YUV 153.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 237 112 152 0 0.53 0.36 0.07 340.8 0.78 0.68
Hex ED 70 98 0 35 24 7 155 4E 44
Octal 355 160 230 0 65 44 7 525 116 104
Binary 11101101 1110000 10011000 0 110101 100100 111 101010101 1001110 1000100

Color Harmonies of #ED7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7098

Black with #ED7098

Text Example


Text Example

White with #ED7098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7098; }

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

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

background-color css

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

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

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

border-color css

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

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

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