Html Css Color HEX #E2869A Carissma

📋 copy color: '#E2869A'

red 226 ◦ green 134 ◦ blue 154

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

Shades of Carissma #E2869A

Tints of Carissma #E2869A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.07%

 BLUE value IS 154 (60.55% from 255) = 29.96%

R = 43.97%
G = 26.07%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2869A (or 0xE2869A) is known color: Carissma. HEX triplet: E2, 86 and 9A. RGB value is (226,134,154). Sum of RGB (Red+Green+Blue) = 226+134+154=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2869A is #1D7965. Grayscale: #A3A3A3. Windows color (decimal): -1931622 or 10127074. OLE color: 10127074.

HSL color Cylindrical-coordinate representation of color #E2869A: hue angle of 346.96º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2869A is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 134 154 -
CMYK 0 0.41 0.32 0.11
HSL 346.96º 0.61% 0.71% -
HSV(B) 346.96º 0.41% 0.89% -
XYZ 45.72 35.55 35.02 -
YUV 163.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 226 134 154 0 0.41 0.32 0.11 346.96 0.61 0.71
Hex E2 86 9A 0 29 20 B 15B 3D 47
Octal 342 206 232 0 51 40 13 533 75 107
Binary 11100010 10000110 10011010 0 101001 100000 1011 101011011 111101 1000111

Color Harmonies of #E2869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2869A

Black with #E2869A

Text Example


Text Example

White with #E2869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2869A; }

 p { color: rgb(226,134,154); }

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

background-color css

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

 a { background-color: rgb(226,134,154); }

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

border-color css

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

 span { border-color: rgb(226,134,154); }

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