Html Css Color HEX #EA7B9F Carissma

📋 copy color: '#EA7B9F'

red 234 ◦ green 123 ◦ blue 159

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

Shades of Carissma #EA7B9F

Tints of Carissma #EA7B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.81%

R = 45.35%
G = 23.84%
B = 30.81%

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

#EA7B9F (or 0xEA7B9F) is known color: Carissma. HEX triplet: EA, 7B and 9F. RGB value is (234,123,159). Sum of RGB (Red+Green+Blue) = 234+123+159=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B9F is #158460. Grayscale: #A0A0A0. Windows color (decimal): -1410145 or 10451946. OLE color: 10451946.

HSL color Cylindrical-coordinate representation of color #EA7B9F: hue angle of 340.54º 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 #EA7B9F is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 123 159 -
CMYK 0 0.47 0.32 0.08
HSL 340.54º 0.73% 0.7% -
HSV(B) 340.54º 0.47% 0.92% -
XYZ 47.27 34.16 36.9 -
YUV 160.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 234 123 159 0 0.47 0.32 0.08 340.54 0.73 0.7
Hex EA 7B 9F 0 2F 20 8 155 49 46
Octal 352 173 237 0 57 40 10 525 111 106
Binary 11101010 1111011 10011111 0 101111 100000 1000 101010101 1001001 1000110

Color Harmonies of #EA7B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B9F

Black with #EA7B9F

Text Example


Text Example

White with #EA7B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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