Html Css Color HEX #ED808B Carissma

📋 copy color: '#ED808B'

red 237 ◦ green 128 ◦ blue 139

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

Shades of Carissma #ED808B

Tints of Carissma #ED808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.58%

R = 47.02%
G = 25.4%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED808B (or 0xED808B) is known color: Carissma. HEX triplet: ED, 80 and 8B. RGB value is (237,128,139). Sum of RGB (Red+Green+Blue) = 237+128+139=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED808B is #127F74. Grayscale: #A1A1A1. Windows color (decimal): -1212277 or 9142509. OLE color: 9142509.

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

Color convert

RGB 237 128 139 -
CMYK 0 0.46 0.41 0.07
HSL 353.94º 0.75% 0.72% -
HSV(B) 353.94º 0.46% 0.93% -
XYZ 47.3 35.31 28.75 -
YUV 161.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 237 128 139 0 0.46 0.41 0.07 353.94 0.75 0.72
Hex ED 80 8B 0 2E 29 7 162 4B 48
Octal 355 200 213 0 56 51 7 542 113 110
Binary 11101101 10000000 10001011 0 101110 101001 111 101100010 1001011 1001000

Color Harmonies of #ED808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED808B

Black with #ED808B

Text Example


Text Example

White with #ED808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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