Html Css Color HEX #EF7E90 Carissma

📋 copy color: '#EF7E90'

red 239 ◦ green 126 ◦ blue 144

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

Shades of Carissma #EF7E90

Tints of Carissma #EF7E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.75%

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

R = 46.95%
G = 24.75%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF7E90 (or 0xEF7E90) is known color: Carissma. HEX triplet: EF, 7E and 90. RGB value is (239,126,144). Sum of RGB (Red+Green+Blue) = 239+126+144=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E90 is #10816F. Grayscale: #A1A1A1. Windows color (decimal): -1081712 or 9469679. OLE color: 9469679.

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

Color convert

RGB 239 126 144 -
CMYK 0 0.47 0.40 0.06
HSL 350.44º 0.78% 0.72% -
HSV(B) 350.44º 0.47% 0.94% -
XYZ 48.09 35.29 30.66 -
YUV 161.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 239 126 144 0 0.47 0.40 0.06 350.44 0.78 0.72
Hex EF 7E 90 0 2F 28 6 15E 4E 48
Octal 357 176 220 0 57 50 6 536 116 110
Binary 11101111 1111110 10010000 0 101111 101000 110 101011110 1001110 1001000

Color Harmonies of #EF7E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E90

Black with #EF7E90

Text Example


Text Example

White with #EF7E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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