#ED7F8B

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

Shades of Carissma #ED7F8B

Tints of Carissma #ED7F8B

Color information

#ED7F8B (or 0xED7F8B) is unknown color: approx Carissma. HEX triplet: ED, 7F and 8B. RGB value is (237,127,139). Sum of RGB (Red+Green+Blue) = 237+127+139=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F8B is #128074. Grayscale: #A1A1A1. Windows color (decimal): -1212533 or 9142253. OLE color: 9142253.

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

Color convert

RGB237127139-
CMYK00.460.410.07
HSL353.45º75.34%71.37%-
HSV(B)353.45º46.41%92.94%-
XYZ47.1735.0528.7-
YUV161.26115.44182.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 127 (50% from 255) = 25.25%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=47.12%
G=25.25%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712713900.460.410.07353.4575.3471.37
HexED7F8B02E2971614b47
Octal355177213056517541113107
Binary11101101111111110001011010111010100111110110000110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F8B; }

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

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

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

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

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

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

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

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