#ED828B

Color #ED828B Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #ED828B

Tints of Carissma #ED828B

Color information

#ED828B (or 0xED828B) is unknown color: approx Carissma. HEX triplet: ED, 82 and 8B. RGB value is (237,130,139). Sum of RGB (Red+Green+Blue) = 237+130+139=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED828B is #127D74. Grayscale: #A3A3A3. Windows color (decimal): -1211765 or 9143021. OLE color: 9143021.

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

Color convert

RGB237130139-
CMYK00.450.410.07
HSL354.95º74.83%71.96%-
HSV(B)354.95º45.15%92.94%-
XYZ47.5735.8328.84-
YUV163.02114.45180.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=46.84%
G=25.69%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713013900.450.410.07354.9574.8371.96
HexED828B02D2971634b48
Octal355202213055517543113110
Binary111011011000001010001011010110110100111110110001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED828B; }

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

 H1.HeaderClassName
 {
   color: #ED828B;
 }
 .AnyTagClassName
 {
   color: #ED828B;
 }
</style>
background-color css

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

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

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

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

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

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