Html Css Color HEX #ED8092 Carissma

📋 copy color: '#ED8092'

red 237 ◦ green 128 ◦ blue 146

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

Shades of Carissma #ED8092

Tints of Carissma #ED8092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 46.38%
G = 25.05%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED8092 (or 0xED8092) is known color: Carissma. HEX triplet: ED, 80 and 92. RGB value is (237,128,146). Sum of RGB (Red+Green+Blue) = 237+128+146=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8092 is #127F6D. Grayscale: #A2A2A2. Windows color (decimal): -1212270 or 9601261. OLE color: 9601261.

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

Color convert

RGB 237 128 146 -
CMYK 0 0.46 0.38 0.07
HSL 350.09º 0.75% 0.72% -
HSV(B) 350.09º 0.46% 0.93% -
XYZ 47.83 35.52 31.53 -
YUV 162.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 237 128 146 0 0.46 0.38 0.07 350.09 0.75 0.72
Hex ED 80 92 0 2E 26 7 15E 4B 48
Octal 355 200 222 0 56 46 7 536 113 110
Binary 11101101 10000000 10010010 0 101110 100110 111 101011110 1001011 1001000

Color Harmonies of #ED8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8092

Black with #ED8092

Text Example


Text Example

White with #ED8092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8092; }

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

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

background-color css

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

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

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

border-color css

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

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

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