Html Css Color HEX #ED7F9E Carissma

📋 copy color: '#ED7F9E'

red 237 ◦ green 127 ◦ blue 158

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

Shades of Carissma #ED7F9E

Tints of Carissma #ED7F9E

RGB

 RED value IS 237 (92.97% from 255) = 45.4%

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

 BLUE value IS 158 (62.11% from 255) = 30.27%

R = 45.4%
G = 24.33%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED7F9E (or 0xED7F9E) is known color: Carissma. HEX triplet: ED, 7F and 9E. RGB value is (237,127,158). Sum of RGB (Red+Green+Blue) = 237+127+158=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F9E is #128061. Grayscale: #A3A3A3. Windows color (decimal): -1212514 or 10387437. OLE color: 10387437.

HSL color Cylindrical-coordinate representation of color #ED7F9E: hue angle of 343.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7F9E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 158 -
CMYK 0 0.46 0.33 0.07
HSL 343.09º 0.75% 0.71% -
HSV(B) 343.09º 0.46% 0.93% -
XYZ 48.69 35.65 36.66 -
YUV 163.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 237 127 158 0 0.46 0.33 0.07 343.09 0.75 0.71
Hex ED 7F 9E 0 2E 21 7 157 4B 47
Octal 355 177 236 0 56 41 7 527 113 107
Binary 11101101 1111111 10011110 0 101110 100001 111 101010111 1001011 1000111

Color Harmonies of #ED7F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F9E

Black with #ED7F9E

Text Example


Text Example

White with #ED7F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F9E; }

 p { color: rgb(237,127,158); }

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

background-color css

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

 a { background-color: rgb(237,127,158); }

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

border-color css

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

 span { border-color: rgb(237,127,158); }

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