Html Css Color HEX #ED8083 Carissma

📋 copy color: '#ED8083'

red 237 ◦ green 128 ◦ blue 131

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

Shades of Carissma #ED8083

Tints of Carissma #ED8083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.41%

R = 47.78%
G = 25.81%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED8083 (or 0xED8083) is known color: Carissma. HEX triplet: ED, 80 and 83. RGB value is (237,128,131). Sum of RGB (Red+Green+Blue) = 237+128+131=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8083 is #127F7C. Grayscale: #A1A1A1. Windows color (decimal): -1212285 or 8618221. OLE color: 8618221.

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

Color convert

RGB 237 128 131 -
CMYK 0 0.46 0.45 0.07
HSL 358.35º 0.75% 0.72% -
HSV(B) 358.35º 0.46% 0.93% -
XYZ 46.74 35.08 25.78 -
YUV 160.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 237 128 131 0 0.46 0.45 0.07 358.35 0.75 0.72
Hex ED 80 83 0 2E 2D 7 166 4B 48
Octal 355 200 203 0 56 55 7 546 113 110
Binary 11101101 10000000 10000011 0 101110 101101 111 101100110 1001011 1001000

Color Harmonies of #ED8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8083

Black with #ED8083

Text Example


Text Example

White with #ED8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8083; }

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

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

background-color css

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

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

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

border-color css

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

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

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