Html Css Color HEX #EA7A8F Carissma

📋 copy color: '#EA7A8F'

red 234 ◦ green 122 ◦ blue 143

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

Shades of Carissma #EA7A8F

Tints of Carissma #EA7A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.45%

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 46.89%
G = 24.45%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA7A8F (or 0xEA7A8F) is known color: Carissma. HEX triplet: EA, 7A and 8F. RGB value is (234,122,143). Sum of RGB (Red+Green+Blue) = 234+122+143=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7A8F is #158570. Grayscale: #9D9D9D. Windows color (decimal): -1410417 or 9403114. OLE color: 9403114.

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

Color convert

RGB 234 122 143 -
CMYK 0 0.48 0.39 0.08
HSL 348.75º 0.73% 0.7% -
HSV(B) 348.75º 0.48% 0.92% -
XYZ 45.85 33.39 30.02 -
YUV 157.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 234 122 143 0 0.48 0.39 0.08 348.75 0.73 0.7
Hex EA 7A 8F 0 30 27 8 15D 49 46
Octal 352 172 217 0 60 47 10 535 111 106
Binary 11101010 1111010 10001111 0 110000 100111 1000 101011101 1001001 1000110

Color Harmonies of #EA7A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A8F

Black with #EA7A8F

Text Example


Text Example

White with #EA7A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A8F; }

 p { color: rgb(234,122,143); }

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

background-color css

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

 a { background-color: rgb(234,122,143); }

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

border-color css

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

 span { border-color: rgb(234,122,143); }

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