Html Css Color HEX #EB7A8A Carissma

📋 copy color: '#EB7A8A'

red 235 ◦ green 122 ◦ blue 138

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

Shades of Carissma #EB7A8A

Tints of Carissma #EB7A8A

RGB

 RED value IS 235 (92.19% from 255) = 47.47%

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 47.47%
G = 24.65%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB7A8A (or 0xEB7A8A) is known color: Carissma. HEX triplet: EB, 7A and 8A. RGB value is (235,122,138). Sum of RGB (Red+Green+Blue) = 235+122+138=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7A8A is #148575. Grayscale: #9D9D9D. Windows color (decimal): -1344886 or 9075435. OLE color: 9075435.

HSL color Cylindrical-coordinate representation of color #EB7A8A: hue angle of 351.5º degrees, saturation: 0.74, 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 #EB7A8A is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 122 138 -
CMYK 0 0.48 0.41 0.08
HSL 351.5º 0.74% 0.7% -
HSV(B) 351.5º 0.48% 0.92% -
XYZ 45.81 33.42 28.08 -
YUV 157.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 235 122 138 0 0.48 0.41 0.08 351.5 0.74 0.7
Hex EB 7A 8A 0 30 29 8 160 4A 46
Octal 353 172 212 0 60 51 10 540 112 106
Binary 11101011 1111010 10001010 0 110000 101001 1000 101100000 1001010 1000110

Color Harmonies of #EB7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7A8A

Black with #EB7A8A

Text Example


Text Example

White with #EB7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7A8A; }

 p { color: rgb(235,122,138); }

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

background-color css

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

 a { background-color: rgb(235,122,138); }

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

border-color css

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

 span { border-color: rgb(235,122,138); }

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