Html Css Color HEX #EF7F90 Carissma

📋 copy color: '#EF7F90'

red 239 ◦ green 127 ◦ blue 144

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

Shades of Carissma #EF7F90

Tints of Carissma #EF7F90

RGB

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

 GREEN value IS 127 (50% from 255) = 24.9%

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

R = 46.86%
G = 24.9%
B = 28.24%

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

#EF7F90 (or 0xEF7F90) is known color: Carissma. HEX triplet: EF, 7F and 90. RGB value is (239,127,144). Sum of RGB (Red+Green+Blue) = 239+127+144=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F90 is #10806F. Grayscale: #A2A2A2. Windows color (decimal): -1081456 or 9469935. OLE color: 9469935.

HSL color Cylindrical-coordinate representation of color #EF7F90: hue angle of 350.89º 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 #EF7F90 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 144 -
CMYK 0 0.47 0.40 0.06
HSL 350.89º 0.78% 0.72% -
HSV(B) 350.89º 0.47% 0.94% -
XYZ 48.22 35.54 30.7 -
YUV 162.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 239 127 144 0 0.47 0.40 0.06 350.89 0.78 0.72
Hex EF 7F 90 0 2F 28 6 15F 4E 48
Octal 357 177 220 0 57 50 6 537 116 110
Binary 11101111 1111111 10010000 0 101111 101000 110 101011111 1001110 1001000

Color Harmonies of #EF7F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F90

Black with #EF7F90

Text Example


Text Example

White with #EF7F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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