Html Css Color HEX #ED8190 Carissma

📋 copy color: '#ED8190'

red 237 ◦ green 129 ◦ blue 144

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

Shades of Carissma #ED8190

Tints of Carissma #ED8190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.24%

R = 46.47%
G = 25.29%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8190 (or 0xED8190) is known color: Carissma. HEX triplet: ED, 81 and 90. RGB value is (237,129,144). Sum of RGB (Red+Green+Blue) = 237+129+144=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8190 is #127E6F. Grayscale: #A3A3A3. Windows color (decimal): -1212016 or 9470445. OLE color: 9470445.

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

Color convert

RGB 237 129 144 -
CMYK 0 0.46 0.39 0.07
HSL 351.67º 0.75% 0.72% -
HSV(B) 351.67º 0.46% 0.93% -
XYZ 47.81 35.72 30.76 -
YUV 163 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 237 129 144 0 0.46 0.39 0.07 351.67 0.75 0.72
Hex ED 81 90 0 2E 27 7 160 4B 48
Octal 355 201 220 0 56 47 7 540 113 110
Binary 11101101 10000001 10010000 0 101110 100111 111 101100000 1001011 1001000

Color Harmonies of #ED8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8190

Black with #ED8190

Text Example


Text Example

White with #ED8190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8190; }

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

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

background-color css

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

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

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

border-color css

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

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

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