Html Css Color HEX #EF8190 Carissma

📋 copy color: '#EF8190'

red 239 ◦ green 129 ◦ blue 144

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

Shades of Carissma #EF8190

Tints of Carissma #EF8190

RGB

 RED value IS 239 (93.75% from 255) = 46.68%

 GREEN value IS 129 (50.78% from 255) = 25.2%

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 46.68%
G = 25.2%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF8190 (or 0xEF8190) is known color: Carissma. HEX triplet: EF, 81 and 90. RGB value is (239,129,144). Sum of RGB (Red+Green+Blue) = 239+129+144=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8190 is #107E6F. Grayscale: #A3A3A3. Windows color (decimal): -1080944 or 9470447. OLE color: 9470447.

HSL color Cylindrical-coordinate representation of color #EF8190: hue angle of 351.82º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF8190 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 144 -
CMYK 0 0.46 0.40 0.06
HSL 351.82º 0.77% 0.72% -
HSV(B) 351.82º 0.46% 0.94% -
XYZ 48.48 36.06 30.79 -
YUV 163.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 239 129 144 0 0.46 0.40 0.06 351.82 0.77 0.72
Hex EF 81 90 0 2E 28 6 160 4D 48
Octal 357 201 220 0 56 50 6 540 115 110
Binary 11101111 10000001 10010000 0 101110 101000 110 101100000 1001101 1001000

Color Harmonies of #EF8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8190

Black with #EF8190

Text Example


Text Example

White with #EF8190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8190; }

 p { color: rgb(239,129,144); }

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

background-color css

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

 a { background-color: rgb(239,129,144); }

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

border-color css

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

 span { border-color: rgb(239,129,144); }

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