Html Css Color HEX #EF7B90 Carissma

📋 copy color: '#EF7B90'

red 239 ◦ green 123 ◦ blue 144

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

Shades of Carissma #EF7B90

Tints of Carissma #EF7B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.31%

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

R = 47.23%
G = 24.31%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF7B90 (or 0xEF7B90) is known color: Carissma. HEX triplet: EF, 7B and 90. RGB value is (239,123,144). Sum of RGB (Red+Green+Blue) = 239+123+144=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B90 is #10846F. Grayscale: #A0A0A0. Windows color (decimal): -1082480 or 9468911. OLE color: 9468911.

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

Color convert

RGB 239 123 144 -
CMYK 0 0.49 0.40 0.06
HSL 349.14º 0.78% 0.71% -
HSV(B) 349.14º 0.49% 0.94% -
XYZ 47.71 34.53 30.54 -
YUV 160.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 239 123 144 0 0.49 0.40 0.06 349.14 0.78 0.71
Hex EF 7B 90 0 31 28 6 15D 4E 47
Octal 357 173 220 0 61 50 6 535 116 107
Binary 11101111 1111011 10010000 0 110001 101000 110 101011101 1001110 1000111

Color Harmonies of #EF7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B90

Black with #EF7B90

Text Example


Text Example

White with #EF7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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