Html Css Color HEX #E28290 Carissma

📋 copy color: '#E28290'

red 226 ◦ green 130 ◦ blue 144

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

Shades of Carissma #E28290

Tints of Carissma #E28290

RGB

 RED value IS 226 (88.67% from 255) = 45.2%

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

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

R = 45.2%
G = 26%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E28290 (or 0xE28290) is known color: Carissma. HEX triplet: E2, 82 and 90. RGB value is (226,130,144). Sum of RGB (Red+Green+Blue) = 226+130+144=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E28290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28290 is #1D7D6F. Grayscale: #A0A0A0. Windows color (decimal): -1932656 or 9470690. OLE color: 9470690.

HSL color Cylindrical-coordinate representation of color #E28290: hue angle of 351.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28290 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 144 -
CMYK 0 0.42 0.36 0.11
HSL 351.25º 0.62% 0.7% -
HSV(B) 351.25º 0.42% 0.89% -
XYZ 44.38 34.15 30.64 -
YUV 160.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 226 130 144 0 0.42 0.36 0.11 351.25 0.62 0.7
Hex E2 82 90 0 2A 24 B 15F 3E 46
Octal 342 202 220 0 52 44 13 537 76 106
Binary 11100010 10000010 10010000 0 101010 100100 1011 101011111 111110 1000110

Color Harmonies of #E28290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28290

Black with #E28290

Text Example


Text Example

White with #E28290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28290; }

 p { color: rgb(226,130,144); }

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

background-color css

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

 a { background-color: rgb(226,130,144); }

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

border-color css

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

 span { border-color: rgb(226,130,144); }

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