#ED7F92

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

Shades of Carissma #ED7F92

Tints of Carissma #ED7F92

Color information

#ED7F92 (or 0xED7F92) is unknown color: approx Carissma. HEX triplet: ED, 7F and 92. RGB value is (237,127,146). Sum of RGB (Red+Green+Blue) = 237+127+146=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F92 is #12806D. Grayscale: #A2A2A2. Windows color (decimal): -1212526 or 9601005. OLE color: 9601005.

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

Color convert

RGB237127146-
CMYK00.460.380.07
HSL349.64º75.34%71.37%-
HSV(B)349.64º46.41%92.94%-
XYZ47.735.2631.49-
YUV162.06118.94181.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.47%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=46.47%
G=24.90%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712714600.460.380.07349.6475.3471.37
HexED7F9202E26715e4b47
Octal355177222056467536113107
Binary11101101111111110010010010111010011011110101111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F92; }

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

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

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

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

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

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

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

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