Html Css Color HEX #EB7A8F Carissma

📋 copy color: '#EB7A8F'

red 235 ◦ green 122 ◦ blue 143

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

Shades of Carissma #EB7A8F

Tints of Carissma #EB7A8F

RGB

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

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

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

R = 47%
G = 24.4%
B = 28.6%

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

#EB7A8F (or 0xEB7A8F) is known color: Carissma. HEX triplet: EB, 7A and 8F. RGB value is (235,122,143). Sum of RGB (Red+Green+Blue) = 235+122+143=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7A8F is #148570. Grayscale: #9E9E9E. Windows color (decimal): -1344881 or 9403115. OLE color: 9403115.

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

Color convert

RGB 235 122 143 -
CMYK 0 0.48 0.39 0.08
HSL 348.85º 0.74% 0.7% -
HSV(B) 348.85º 0.48% 0.92% -
XYZ 46.18 33.56 30.03 -
YUV 158.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 235 122 143 0 0.48 0.39 0.08 348.85 0.74 0.7
Hex EB 7A 8F 0 30 27 8 15D 4A 46
Octal 353 172 217 0 60 47 10 535 112 106
Binary 11101011 1111010 10001111 0 110000 100111 1000 101011101 1001010 1000110

Color Harmonies of #EB7A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7A8F

Black with #EB7A8F

Text Example


Text Example

White with #EB7A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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