Html Css Color HEX #EF7B9A Carissma

📋 copy color: '#EF7B9A'

red 239 ◦ green 123 ◦ blue 154

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

Shades of Carissma #EF7B9A

Tints of Carissma #EF7B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 46.32%
G = 23.84%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF7B9A (or 0xEF7B9A) is known color: Carissma. HEX triplet: EF, 7B and 9A. RGB value is (239,123,154). Sum of RGB (Red+Green+Blue) = 239+123+154=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B9A is #108465. Grayscale: #A1A1A1. Windows color (decimal): -1082470 or 10124271. OLE color: 10124271.

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

Color convert

RGB 239 123 154 -
CMYK 0 0.49 0.36 0.06
HSL 343.97º 0.78% 0.71% -
HSV(B) 343.97º 0.49% 0.94% -
XYZ 48.51 34.85 34.74 -
YUV 161.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 239 123 154 0 0.49 0.36 0.06 343.97 0.78 0.71
Hex EF 7B 9A 0 31 24 6 158 4E 47
Octal 357 173 232 0 61 44 6 530 116 107
Binary 11101111 1111011 10011010 0 110001 100100 110 101011000 1001110 1000111

Color Harmonies of #EF7B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B9A

Black with #EF7B9A

Text Example


Text Example

White with #EF7B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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