Html Css Color HEX #E280A0 Carissma

📋 copy color: '#E280A0'

red 226 ◦ green 128 ◦ blue 160

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

Shades of Carissma #E280A0

Tints of Carissma #E280A0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.9%

 BLUE value IS 160 (62.89% from 255) = 31.13%

R = 43.97%
G = 24.9%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E280A0 (or 0xE280A0) is known color: Carissma. HEX triplet: E2, 80 and A0. RGB value is (226,128,160). Sum of RGB (Red+Green+Blue) = 226+128+160=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E280A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E280A0 is #1D7F5F. Grayscale: #A0A0A0. Windows color (decimal): -1933152 or 10518754. OLE color: 10518754.

HSL color Cylindrical-coordinate representation of color #E280A0: hue angle of 340.41º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280A0 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 160 -
CMYK 0 0.43 0.29 0.11
HSL 340.41º 0.63% 0.69% -
HSV(B) 340.41º 0.43% 0.89% -
XYZ 45.43 34.15 37.45 -
YUV 160.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 226 128 160 0 0.43 0.29 0.11 340.41 0.63 0.69
Hex E2 80 A0 0 2B 1D B 154 3F 45
Octal 342 200 240 0 53 35 13 524 77 105
Binary 11100010 10000000 10100000 0 101011 11101 1011 101010100 111111 1000101

Color Harmonies of #E280A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280A0

Black with #E280A0

Text Example


Text Example

White with #E280A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280A0; }

 p { color: rgb(226,128,160); }

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

background-color css

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

 a { background-color: rgb(226,128,160); }

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

border-color css

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

 span { border-color: rgb(226,128,160); }

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