Html Css Color HEX #EA7B9E Carissma

📋 copy color: '#EA7B9E'

red 234 ◦ green 123 ◦ blue 158

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

Shades of Carissma #EA7B9E

Tints of Carissma #EA7B9E

RGB

 RED value IS 234 (91.8% from 255) = 45.44%

 GREEN value IS 123 (48.44% from 255) = 23.88%

 BLUE value IS 158 (62.11% from 255) = 30.68%

R = 45.44%
G = 23.88%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA7B9E (or 0xEA7B9E) is known color: Carissma. HEX triplet: EA, 7B and 9E. RGB value is (234,123,158). Sum of RGB (Red+Green+Blue) = 234+123+158=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B9E is #158461. Grayscale: #A0A0A0. Windows color (decimal): -1410146 or 10386410. OLE color: 10386410.

HSL color Cylindrical-coordinate representation of color #EA7B9E: hue angle of 341.08º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7B9E is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 123 158 -
CMYK 0 0.47 0.32 0.08
HSL 341.08º 0.73% 0.7% -
HSV(B) 341.08º 0.47% 0.92% -
XYZ 47.19 34.13 36.45 -
YUV 160.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 234 123 158 0 0.47 0.32 0.08 341.08 0.73 0.7
Hex EA 7B 9E 0 2F 20 8 155 49 46
Octal 352 173 236 0 57 40 10 525 111 106
Binary 11101010 1111011 10011110 0 101111 100000 1000 101010101 1001001 1000110

Color Harmonies of #EA7B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B9E

Black with #EA7B9E

Text Example


Text Example

White with #EA7B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B9E; }

 p { color: rgb(234,123,158); }

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

background-color css

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

 a { background-color: rgb(234,123,158); }

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

border-color css

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

 span { border-color: rgb(234,123,158); }

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