Html Css Color HEX #ED8294 Carissma

📋 copy color: '#ED8294'

red 237 ◦ green 130 ◦ blue 148

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

Shades of Carissma #ED8294

Tints of Carissma #ED8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 46.02%
G = 25.24%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED8294 (or 0xED8294) is known color: Carissma. HEX triplet: ED, 82 and 94. RGB value is (237,130,148). Sum of RGB (Red+Green+Blue) = 237+130+148=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8294 is #127D6B. Grayscale: #A4A4A4. Windows color (decimal): -1211756 or 9732845. OLE color: 9732845.

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

Color convert

RGB 237 130 148 -
CMYK 0 0.45 0.38 0.07
HSL 349.91º 0.75% 0.72% -
HSV(B) 349.91º 0.45% 0.93% -
XYZ 48.25 36.11 32.44 -
YUV 164.05 118.95 180.04 -
System Red Green Blue C M Y K H S L
Decimal 237 130 148 0 0.45 0.38 0.07 349.91 0.75 0.72
Hex ED 82 94 0 2D 26 7 15E 4B 48
Octal 355 202 224 0 55 46 7 536 113 110
Binary 11101101 10000010 10010100 0 101101 100110 111 101011110 1001011 1001000

Color Harmonies of #ED8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8294

Black with #ED8294

Text Example


Text Example

White with #ED8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8294; }

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

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

background-color css

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

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

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

border-color css

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

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

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