Html Css Color HEX #ED8099 Carissma

📋 copy color: '#ED8099'

red 237 ◦ green 128 ◦ blue 153

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

Shades of Carissma #ED8099

Tints of Carissma #ED8099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.71%

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 45.75%
G = 24.71%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED8099 (or 0xED8099) is known color: Carissma. HEX triplet: ED, 80 and 99. RGB value is (237,128,153). Sum of RGB (Red+Green+Blue) = 237+128+153=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8099 is #127F66. Grayscale: #A3A3A3. Windows color (decimal): -1212263 or 10060013. OLE color: 10060013.

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

Color convert

RGB 237 128 153 -
CMYK 0 0.46 0.35 0.07
HSL 346.24º 0.75% 0.72% -
HSV(B) 346.24º 0.46% 0.93% -
XYZ 48.39 35.74 34.49 -
YUV 163.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 237 128 153 0 0.46 0.35 0.07 346.24 0.75 0.72
Hex ED 80 99 0 2E 23 7 15A 4B 48
Octal 355 200 231 0 56 43 7 532 113 110
Binary 11101101 10000000 10011001 0 101110 100011 111 101011010 1001011 1001000

Color Harmonies of #ED8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8099

Black with #ED8099

Text Example


Text Example

White with #ED8099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8099; }

 p { color: rgb(237,128,153); }

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

background-color css

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

 a { background-color: rgb(237,128,153); }

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

border-color css

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

 span { border-color: rgb(237,128,153); }

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