Html Css Color HEX #ED8394 Carissma

📋 copy color: '#ED8394'

red 237 ◦ green 131 ◦ blue 148

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

Shades of Carissma #ED8394

Tints of Carissma #ED8394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.39%

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

R = 45.93%
G = 25.39%
B = 28.68%

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

#ED8394 (or 0xED8394) is known color: Carissma. HEX triplet: ED, 83 and 94. RGB value is (237,131,148). Sum of RGB (Red+Green+Blue) = 237+131+148=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8394 is #127C6B. Grayscale: #A4A4A4. Windows color (decimal): -1211500 or 9733101. OLE color: 9733101.

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

Color convert

RGB 237 131 148 -
CMYK 0 0.45 0.38 0.07
HSL 350.38º 0.75% 0.72% -
HSV(B) 350.38º 0.45% 0.93% -
XYZ 48.39 36.38 32.49 -
YUV 164.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 237 131 148 0 0.45 0.38 0.07 350.38 0.75 0.72
Hex ED 83 94 0 2D 26 7 15E 4B 48
Octal 355 203 224 0 55 46 7 536 113 110
Binary 11101101 10000011 10010100 0 101101 100110 111 101011110 1001011 1001000

Color Harmonies of #ED8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8394

Black with #ED8394

Text Example


Text Example

White with #ED8394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8394; }

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

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

background-color css

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

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

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

border-color css

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

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

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