Html Css Color HEX #ED8194 Carissma

📋 copy color: '#ED8194'

red 237 ◦ green 129 ◦ blue 148

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

Shades of Carissma #ED8194

Tints of Carissma #ED8194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.1%

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

R = 46.11%
G = 25.1%
B = 28.79%

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

#ED8194 (or 0xED8194) is known color: Carissma. HEX triplet: ED, 81 and 94. RGB value is (237,129,148). Sum of RGB (Red+Green+Blue) = 237+129+148=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8194 is #127E6B. Grayscale: #A3A3A3. Windows color (decimal): -1212012 or 9732589. OLE color: 9732589.

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

Color convert

RGB 237 129 148 -
CMYK 0 0.46 0.38 0.07
HSL 349.44º 0.75% 0.72% -
HSV(B) 349.44º 0.46% 0.93% -
XYZ 48.12 35.84 32.4 -
YUV 163.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 237 129 148 0 0.46 0.38 0.07 349.44 0.75 0.72
Hex ED 81 94 0 2E 26 7 15D 4B 48
Octal 355 201 224 0 56 46 7 535 113 110
Binary 11101101 10000001 10010100 0 101110 100110 111 101011101 1001011 1001000

Color Harmonies of #ED8194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8194

Black with #ED8194

Text Example


Text Example

White with #ED8194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8194; }

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

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

background-color css

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

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

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

border-color css

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

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

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